@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented public @interface Order
| Modifier and Type | Fields and Description |
|---|---|
static int |
HIGHEST_PRECEDENCE
Useful constant for the highest precedence value.
|
static int |
LOWEST_PRECEDENCE
Useful constant for the lowest precedence value.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The order value.
|
public static final int HIGHEST_PRECEDENCE
Integer.MIN_VALUEpublic static final int LOWEST_PRECEDENCE
Integer.MAX_VALUECopyright © 2010–2020 meanbean. All rights reserved.