@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
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
A string containing a value, which my optionally contain property placeholder expressions.
|