Package javax.enterprise.context
Annotation Type Destroyed
-
@Qualifier @Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface DestroyedThe
@Destroyedqualifier.- Since:
- 1.1
- Author:
- Pete Muir
- See Also:
Initialized
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.lang.annotation.Annotation>valueThe scope for which to observe initialization
-