Package org.ocpsoft.rewrite.annotation
Annotation Type Priority
Sets the priority of the current rule. Same as calling
RuleBuilder.withPriority(int).- Author:
- Christian Kaltepoth
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valueThe priority of the rule.
-