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