CONFIGURATION_ANNOTATION_PROCESSOR_POD_NAME property
Pod name for the internal configuration annotation processor.
This processor handles @Configuration
classes and processes @Pod
methods
to register pod definitions for the methods' return types.
Used internally by the framework to process configuration classes.
Implementation
static final String CONFIGURATION_ANNOTATION_PROCESSOR_POD_NAME = "jetleaf.annotation.internalConfigurationAnnotationProcessor";