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


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

An annotation used to designate methods that are not allowed to be run when the monitor of "this" is owned.

Author:
Mathias Ricken