edu.rice.cs.cunit.threadCheck.predicates
Annotation Type OnlyNullArgument.Any


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

Annotation used to designate methods that are only allowed to be run if one or more of the method arguments are null, i.e. the individual


Required Element Summary
 OnlyNullArgument[] value
           
 

Element Detail

value

public abstract OnlyNullArgument[] value