|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=org.springframework.boot.context.properties.EnableConfigurationPropertiesImportSelector.class) public @interface EnableConfigurationProperties
Enable support for 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.
| Optional Element Summary | |
|---|---|
Class<?>[] |
value
Convenient way to quickly register ConfigurationProperties beans with
Spring. |
public abstract Class<?>[] value
ConfigurationProperties beans with
Spring. Standard Spring Beans will also be scanned regardless of this value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||