Package javax.enterprise.context
Annotation Interface BeforeDestroyed
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface BeforeDestroyed
An event with this qualifier is fired when a context is about to be destroyed, i.e. before the actual destruction.
- Since:
 - 2.0
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theBeforeDestroyedqualifier. - 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation>The scope for which to observe destruction 
- 
Element Details
- 
value
Class<? extends Annotation> valueThe scope for which to observe destruction 
 -