@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 |
|---|---|
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
Copyright © 2021–2022 EasyJ????. All rights reserved.