Reactor.See: Description
| Annotation Type | Description |
|---|---|
| Dispatcher |
Used on a to specify the
Dispatcher that should be used
by the underlying Reactor. |
| Notify |
Annotation to denote that a method should proxy a call to an underlying
Reactor.notify(Object, reactor.event.Event) or Reactor.notify(Object) call. |
| On |
Annotation to denote that a method should proxy a call to
Reactor.on(Selector, Consumer). |
Reactor.