@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface LoadLevel
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Name string.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends IServiceFactory> |
factory
Factory class
|
int |
order
Order int.
|
Scope |
scope
Scope enum.
|
Class<? extends IServiceLoaderValidator>[] |
validators
Validator classes
|
public abstract String name
public abstract Scope scope
public abstract Class<? extends IServiceLoaderValidator>[] validators
public abstract Class<? extends IServiceFactory> factory
Copyright © 2021–2022 EasyJ开源社区. All rights reserved.