AUTOWIRED_ANNOTATION_PROCESSOR_POD_NAME property

String AUTOWIRED_ANNOTATION_PROCESSOR_POD_NAME
final

Pod name for the internal autowired annotation processor.

This processor handles @Autowired annotations on fields, constructors, and methods, performing dependency injection at the appropriate lifecycle phase.

Used internally by the framework to enable automatic dependency wiring.

Implementation

static final String AUTOWIRED_ANNOTATION_PROCESSOR_POD_NAME = "jetleaf.annotation.internalAutowiredAnnotationProcessor";