@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface ConfiguringAnnotation
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Configurer> |
value
A
Configurer type, which will be used to configure ConfigRegistry instances. |
public abstract Class<? extends Configurer> value
Configurer type, which will be used to configure ConfigRegistry instances.ConfigRegistry for the configuring annotation.Copyright © 2019. All rights reserved.