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


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

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


Required Element Summary
 OnlyThreadWithGroupName[] value
           
 

Element Detail

value

public abstract OnlyThreadWithGroupName[] value