edu.rice.cs.cunit.threadCheck.subAnnot.predicates
Annotation Type EventThread.AfterRealized


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,TYPE})
public static @interface EventThread.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