|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||