@Documented
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD})
@Creator
public @interface ConfigurationInject
By default inherits the configuration prefix from any ConfigurationProperties or EachProperty definitions present at the class level.
An additional prefix can be attached using the value() member.
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value |