@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Priority
value()
of an Evaluator
, the earlier the
MultiEvaluator
will call it.
If two Evaluator
s have the same priority, the order of their
execution is unspecified.public abstract int value
Evaluator
.