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


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

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


Required Element Summary
 SameArguments[] value
           
 

Element Detail

value

public abstract SameArguments[] value