@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface Value
Allows configuration injection from the environment on a per property, field, method/constructor parameter basis.
ConfigurationProperties
public abstract String value