Annotation Type Eager
-
@Documented @Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Eager
Annotation that can be used on any class or method directly or indirectly annotated withComponent
. to indicate that a component is to be eagerly initialized. By default, Azkarra lazily instantiates and configures a component when it is first requested. Generally, this is the behavior desired by users because the contextual configuration of a component cannot be resolved at context startup.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
value
-