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


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

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