|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Priority
Indicates the relative priority of the annotated component. Components with a higher priority are considered before those with lower priority.
Optional Element Summary | |
---|---|
int |
value
A value indicating the priority. |
public abstract int value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |