Package javax.enterprise.context
Annotation Interface Initialized
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Initialized
The @Initialized
qualifier.
- Since:
- 1.1
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends Annotation>
The scope for which to observe initialization
-
Element Details
-
value
Class<? extends Annotation> valueThe scope for which to observe initialization
-