Annotation Interface EventTemplate


@Target(METHOD) @Retention(RUNTIME) public @interface EventTemplate
Marking a listener method with this annotation will result in its return value to be used as the template for the event container.
Author:
kimchy