@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ConfigurationProperties @ConstructorBinding public @interface ImmutableConfigurationProperties
@ConfigurationProperties
that use
@ConstructorBinding
.@AliasFor(annotation=ConfigurationProperties.class) public abstract String value
prefix()
. A valid prefix is defined by one or more words separated with
dots (e.g. "acme.system.feature"
).@AliasFor(annotation=ConfigurationProperties.class) public abstract String prefix
value()
. A valid prefix is defined by one or more words separated with
dots (e.g. "acme.system.feature"
).Copyright © 2019 Pivotal Software, Inc.. All rights reserved.