Annotation Interface Event.Observer

Enclosing class:
Event

@Target(METHOD) public static @interface Event.Observer
A service method that is an event observer. The method MUST have a parameter that is the type of the event.