Commit e820f049 authored by Misagh Moayyed's avatar Misagh Moayyed Committed by Stephane Nicoll

Polish EnableConfigurationPropertiesImportSelector javadoc

Closes gh-15049
parent 744cdf43
...@@ -39,7 +39,7 @@ import org.springframework.util.StringUtils; ...@@ -39,7 +39,7 @@ import org.springframework.util.StringUtils;
* {@link ConfigurationProperties} bean or not, depending on whether the enclosing * {@link ConfigurationProperties} bean or not, depending on whether the enclosing
* {@link EnableConfigurationProperties} explicitly declares one. If none is declared then * {@link EnableConfigurationProperties} explicitly declares one. If none is declared then
* a bean post processor will still kick in for any beans annotated as external * a bean post processor will still kick in for any beans annotated as external
* configuration. If one is declared then it a bean definition is registered with id equal * configuration. If one is declared, then a bean definition is registered with id equal
* to the class name (thus an application context usually only contains one * to the class name (thus an application context usually only contains one
* {@link ConfigurationProperties} bean of each unique type). * {@link ConfigurationProperties} bean of each unique type).
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment