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


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

Annotation used to designate methods that are only allowed to be run if none of the bounds are met, i.e. the individual


Required Element Summary
 NumberBoundedArgument[] value
           
 

Element Detail

value

public abstract NumberBoundedArgument[] value