@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.
public abstract String value