Package org.jeasy.rules.annotation
Annotation Type Action
-
@Inherited @Retention(RUNTIME) @Target(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 ([email protected])
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
order
The order in which the action should be executed.
-