edu.rice.cs.cunit.threadCheck.predicates
Annotation Type OnlyThreadWithGroupName.InField.ByName.None


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

Annotation used to designate methods that are only allowed to be run by a thread whose name is equal to the string in one of the fields provided, i.e. the individual


Required Element Summary
 OnlyThreadWithGroupName.InField.ByName[] value
           
 

Element Detail

value

public abstract OnlyThreadWithGroupName.InField.ByName[] value