edu.rice.cs.cunit.threadCheck.predicates
Annotation Type NotNullArgument.None


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,TYPE})
public static @interface NotNullArgument.None

Annotation used to designate methods that are not allowed to to have any of the method arguments be null i.e. the individual @NotNullArgument annotations are combined using AND.


Required Element Summary
 NotNullArgument[] value
           
 

Element Detail

value

public abstract NotNullArgument[] value