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

Required Element Summary
 String value
           
 
Optional Element Summary
 DefaultLocation[] locations
           
 

Element Detail

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