We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9289947 commit 621649dCopy full SHA for 621649d
spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationProperties.java
@@ -23,8 +23,9 @@
23
import java.lang.annotation.Target;
24
25
/**
26
- * Annotation for externalized configuration. Add this to a class definition if you want
27
- * to bind and validate some external Properties (e.g. from a .properties file).
+ * Annotation for externalized configuration. Add this to a class definition or a
+ * {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate
28
+ * some external Properties (e.g. from a .properties file).
29
*
30
* @author Dave Syer
31
* @see ConfigurationPropertiesBindingPostProcessor
0 commit comments