edu.rice.cs.cunit.threadCheck.subAnnot.predicates
Annotation Type SynchronizedThis


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

An annotation used to designate methods that are only allowed to be run when the monitor of "this" is owned by some thread, regardless which it is.

Author:
Mathias Ricken