edu.rice.cs.cunit.threadCheck.predicates
Annotation Type OnlySynchronizedField.All


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

Annotation used to designate methods that are only allowed to be run if they own all of the monitors specified in the fields, i.e. the individual


Required Element Summary
 OnlySynchronizedField[] value
           
 

Element Detail

value

public abstract OnlySynchronizedField[] value