Annotation Interface SetEnabled


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface SetEnabled
Use this annotation to tag a method to call the handler setEnabled method.

This annotation must not be applied to more than one method per class. If several class methods are tagged with this annotation, only one of them will be called.

Since:
1.3
Restriction: