- 
@Qualifier @Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface BeforeDestroyedAn event with this qualifier is fired when a context is about to be destroyed, i.e. before the actual destruction.- Since:
 - 2.0
 - Author:
 - Pete Muir, Martin Kouba
 - See Also:
 Initialized,Destroyed
 
- 
- 
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 destruction 
 -