Annotation Type Priority


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface Priority
Sets the priority of the current rule. Same as calling RuleBuilder.withPriority(int).
Author:
Christian Kaltepoth
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The priority of the rule.
  • Element Details

    • value

      int value
      The priority of the rule.