@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Action
Annotation to mark a method as a rule action.
Must annotate any public method with no arguments.
The method return value will be ignored by the engine.
Author:
Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)