Annotation Interface TriggerHandler


@Target(METHOD) @Retention(RUNTIME) public @interface TriggerHandler
An annotation marking a method as one that is responsible to return a TriggerOperationHandler to be used with a polling container.
Author:
kimchy