|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Priority
The lower value() of an Evaluator, the earlier the
MultiEvaluator will call it.
If two Evaluators have the same priority, the order of their
execution is unspecified.
| Optional Element Summary | |
|---|---|
int |
value
Returns the priority of the Evaluator. |
public abstract int value
Evaluator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||