hunt.shiro.event.support.AnnotationEventListenerResolver

Undocumented in source.

Members

Classes

AnnotationEventListenerResolver
class AnnotationEventListenerResolver

Inspects an object for annotated methods of interest and creates an {@link EventListener} instance for each method discovered. An event bus will call the resulting listeners as relevant events arrive. <p/> The default {@link #setAnnotationClass(Class) annotationClass} is {@link Subscribe}, indicating each {@link Subscribe}-annotated method will be represented as an EventListener.

Meta