Annotation Interface Initialized


@Qualifier @Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Initialized

The @Initialized qualifier.

Since:
1.1
Author:
Pete Muir
See Also:
  • Required Element Summary

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

    • value

      Class<? extends Annotation> value
      The scope for which to observe initialization