@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Initialized
An event with this qualifier is fired when a context is initialized, i.e. ready for use.
- Since:
- 1.1
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theInitializedqualifier.
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> The scope for which to observe initialization
- 
Element Details- 
valueClass<? extends Annotation> valueThe scope for which to observe initialization- Returns:
- the scope type class
 
 
-