@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Priority
Annotation to mark the method to execute to get rule priority.
Must annotate any public method with no arguments and that returns an integer value.
- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)