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