edu.rice.cs.cunit.threadCheck.predicates
Annotation Type NotThreadWithGroupName.InField.None


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

Annotation used to designate methods that are not allowed to be run by a thread whose thread group name matches the string in any of the fields provided, i.e. the individual


Required Element Summary
 NotThreadWithGroupName.InField[] value
           
 

Element Detail

value

public abstract NotThreadWithGroupName.InField[] value