@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Initialized
The @Initialized qualifier.
Destroyed| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
value |
The scope for which to observe initialization
|