Package jakarta.enterprise.context
Annotation Type Initialized
- 
@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
 - Author:
 - Pete Muir
 - See Also:
 BeforeDestroyed,Destroyed
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Annotation>valueThe scope for which to observe initialization 
 - 
 
- 
- 
Element Detail
- 
value
Class<? extends Annotation> value
The scope for which to observe initialization- Returns:
 - the scope type class
 
 
 - 
 
 -