checkers.quals
Annotation Type Default


@Documented
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,FIELD,LOCAL_VARIABLE,PARAMETER,TYPE})
public @interface Default

Specifies that an annotation should be included on a type without having to provide it explicitly. Default annotations may be restricted to particular locations.

See Also:
DefaultLocation

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

Element Detail

value

public abstract String value
Returns:
the fully qualified name of the annotation to apply

types

public abstract DefaultLocation[] types
Returns:
the locations to which the annotation should be applied
Default:
checkers.quals.DefaultLocation.ALL