Annotation Interface Priority


@Inherited @Retention(RUNTIME) @Target(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 ([email protected])