@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DefaultQualifierForUse
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Annotation>[] |
value
Qualifier to add to all unannotated uses of the type with this declaration annotation.
|
public abstract Class<? extends Annotation>[] value