COMMON_ANNOTATION_PROCESSOR_POD_NAME property
Pod name for the internal common annotation processor.
This processor handles common Java-like annotations such as @PostConstruct
,
@PreDestroy
, and other lifecycle-related annotations.
Used internally by the framework to support standard lifecycle callbacks.
Implementation
static final String COMMON_ANNOTATION_PROCESSOR_POD_NAME = "jetleaf.annotation.internalCommonAnnotationProcessor";