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


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

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


Required Element Summary
 OnlyThreadInField[] value
           
 

Element Detail

value

public abstract OnlyThreadInField[] value