Module org.pdfsam.eventstudio
Annotation Type EventStation
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface EventStation
Annotation to allow the definition of an event station with it's name defined at runtime when the annotation is processed. AStringorEnumfield or a method returning aStringorEnumcan be annotated and all theEventListenerfound in the pojo will be registered as listener for the given station.- Author:
- Andrea Vacondio