@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=org.springframework.boot.context.properties.EnableConfigurationPropertiesImportSelector.class) public @interface EnableConfigurationProperties
ConfigurationProperties
annotated beans.
ConfigurationProperties
beans can be registered in the standard way (for
example using @Bean
methods) or, for convenience, can be specified
directly on this annotation.Modifier and Type | Optional Element and Description |
---|---|
Class<?>[] |
value
Convenient way to quickly register
ConfigurationProperties annotated beans
with Spring. |
public abstract Class<?>[] value
ConfigurationProperties
annotated beans
with Spring. Standard Spring Beans will also be scanned regardless of this value.ConfigurationProperties
annotated beans to registerCopyright © 2019 Pivotal Software, Inc.. All rights reserved.