Annotation Interface Notify


@Target(TYPE) @Retention(RUNTIME) @Component public @interface Notify
Marks an event listener as polled event listener. It will be wrapped automtically with SimpleNotifyEventListenerContainer.

Template can be provided using EventTemplate marked on a general method that returns the template.

The event listener method should be marked with SpaceDataEvent.

Author:
kimchy
See Also: