@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface Notify
Reactor.notify(Object, reactor.event.Event) or Reactor.notify(Object) call.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
The string to use as the notification key
|