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


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

An annotation used to designate methods that are only allowed to be run by the event thread.

Author:
Mathias Ricken