@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface InitOrder
| Modifier and Type | Fields and Description |
|---|---|
static int |
HIGHEST_PRECEDENCE |
static int |
LOWEST_PRECEDENCE |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The order value.
|
Copyright © 2021 Alibaba Group. All rights reserved.