Annotation Interface NoDefaultQualifierForUse
Declaration annotation applied to type declarations to specify that the annotation on the type
declaration should not be applied to unannotated uses of the type. Instead, another default
should be applied based on the location of the type or some other defaulting rule.
- See the Checker Framework Manual:
- Debugging Options
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<? extends Annotation>[]
Top qualifier in hierarchies for which no default annotation for use should be applied.
-
Element Details
-
value
Class<? extends Annotation>[] valueTop qualifier in hierarchies for which no default annotation for use should be applied.- Default:
- {}
-