com.threerings.presents.annotation
Annotation Type PeerInvoker


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

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