This specifies the order in which the rule will execute.
Element Detail
name
public abstract java.lang.String name
This is the name of the Rule.
Default:
"None"
order
public abstract int order
This specifies the order in which the rule will execute.
The ordering is 1, 2, 3, 4, etc.
Two rules in the same package with the same order will execute in a non-specified order.