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


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

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


Required Element Summary
 SameArguments[] value
           
 

Element Detail

value

public abstract SameArguments[] value