com.threerings.presents.annotation
Annotation Type MainInvoker


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface MainInvoker

An annotation that identifies the main Presents Invoker. Code that requires the ability to post units for execution on the main invoker thread can inject this queue like so: @Inject @MainInvoker Invoker _invoker;