Annotation Interface DefaultQualifierForUse
Declaration annotation applied to type declarations to specify the qualifier to be added to
unannotated uses of the type.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<? extends Annotation>[]
Qualifier to add to all unannotated uses of the type with this declaration annotation.
-
Element Details
-
value
Class<? extends Annotation>[] valueQualifier to add to all unannotated uses of the type with this declaration annotation.- Default:
- {}
-