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


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

Annotation used to designate methods that are only allowed to be run by one of the threads specified in the fields, i.e. the individual


Required Element Summary
 OnlyThreadInField[] value
           
 

Element Detail

value

public abstract OnlyThreadInField[] value