@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface SpiOrder
| Modifier and Type | Fields and Description |
|---|---|
static int |
HIGHEST_PRECEDENCE
Represents the highest precedence.
|
static int |
LOWEST_PRECEDENCE
Represents the lowest precedence.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The SPI precedence value.
|
Copyright © 2019 Alibaba Group. All rights reserved.