Package javax.enterprise.context
Annotation Interface Destroyed
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Destroyed
The @Destroyed
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
-