Annotation Interface EventDriven


@Target(TYPE) @Retention(RUNTIME) public @interface EventDriven
A simple marker interface denoting a class to be event driven. The type of the event can be Notify or Polling.

Marking a class just with this interface without the actual type (polling or notify) will default to polling.

Author:
kimchy