edu.rice.cs.cunit.threadCheck.predicates
Annotation Type NotSynchronizedArgument


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,TYPE})
public @interface NotSynchronizedArgument

An annotation used to designate methods that are only allowed to be run when the monitor of the method argument indexed by value is not owned.

Author:
Mathias Ricken

Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value