Package org.jeasy.rules.annotation
Annotation Interface Condition
Annotation to mark a method as a rule condition. Must annotate any public method with no
arguments and that returns a boolean value.
- Author:
- Mahmoud Ben Hassine ([email protected])