checkers.nullness.quals
Annotation Type NonNullVariable


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NonNullVariable

Indicates that the method expects the provided static field references to be NonNull at the execution of the annotated method.


Required Element Summary
Modifier and Type Required Element and Description
 String[] value
           
 

Element Detail

value

public abstract String[] value