@Documented @InjectTag @LoadValue(value=ConfigurationValueLoader.class) @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface Configuration
Used to specify a field or parameter shall be load by ConfigurationValueLoader.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Specify the configuration key.
|
Copyright © 2016–2017 OSGL (Open Source General Library). All rights reserved.