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


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

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


Required Element Summary
 OnlyNullArgument[] value
           
 

Element Detail

value

public abstract OnlyNullArgument[] value