@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Spi
SpiLoader| Modifier and Type | Fields and Description |
|---|---|
static int |
ORDER_HIGHEST |
static int |
ORDER_LOWEST |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isDefault
Whether is the default Provider
|
boolean |
isSingleton
Whether create singleton instance
|
int |
order
Order priority of Provider class
|
String |
value
Alias name of Provider class
|
public abstract String value
Copyright © 2021 Alibaba Group. All rights reserved.