Annotation Interface EventStation


@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface EventStation
Annotation to allow the definition of an event station with its name defined at runtime when the annotation is processed. A String or Enum field or a method returning a String or Enum can be annotated and all the EventListener found in the pojo will be registered as listener for the given station.
Author:
Andrea Vacondio