annotatedClasses property
The list of annotation classes which the type
of this pod definition is annotated with.
This list is populated eagerly during construction and may include:
- Direct annotations (e.g.,
@Configuration - Configuration
,@Scope - Scope
). - Meta-annotations applied on other annotations (e.g.,
@Conditional - Conditional
).
Implementation
final List<Class> annotatedClasses = [];