Annotation Interface Destroyed


@Qualifier @Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Destroyed
An event with this qualifier is fired when a context is destroyed, i.e. after the actual destruction.
Since:
1.1
Author:
Pete Muir
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Supports inline instantiation of the Destroyed qualifier.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    The scope for which to observe destruction
  • Element Details

    • value

      Class<? extends Annotation> value
      The scope for which to observe destruction
      Returns:
      the scope type class