@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @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 (mahmoud.benhassine@icloud.com)