checkers.quals
Annotation Type DefaultQualifier
- @Documented
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,FIELD,LOCAL_VARIABLE,PARAMETER,TYPE})
public @interface DefaultQualifier
Specifies that an annotation should be included on a type without having
 to provide it explicitly. DefaultQualifier annotations may be restricted to
 particular locations.
- See Also:
- DefaultLocation
 
 
value
public abstract String value
- 
 
- 
- Returns:
- the fully qualified name of the annotation to apply
 
locations
public abstract DefaultLocation[] locations
- 
 
- 
- Returns:
- the locations to which the annotation should be applied
 - 
- Default:
- checkers.quals.DefaultLocation.ALL