ua.gradsoft.javachecker.annotations
Annotation Type CheckerDisable


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface CheckerDisable

Disable some checks for annotated type. Value is a comma separated list of checks to disable.


Optional Element Summary
 java.lang.String[] value
           
 

value

public abstract java.lang.String[] value
Default:
{}