Annotation Type Priority
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface PriorityAnnotation to mark the method to execute to get rule priority. Must annotate any public method with no arguments and that returns an integer value.
@Inherited
@Retention(RUNTIME)
@Target(METHOD)
public @interface Priority