@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<?>[] | valueConvenient way to quickly register  ConfigurationPropertiesannotated 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 © 2020 Pivotal Software, Inc.. All rights reserved.