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


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

An annotation used to designate methods that are only allowed to be run by the event thread after the component has been realized. Before that, any thread is allowed.

Author:
Mathias Ricken