@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.
public abstract String value
Specify the configuration key.
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.