Package org.jeasy.rules.annotation
Annotation 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 ElementsModifier and TypeOptional ElementDescriptionint
The order in which the action should be executed.
-
Element Details
-
order
int orderThe order in which the action should be executed.- Returns:
- the order in which the action should be executed
- Default:
- 0
-