Skip to content

Commit 92b0025

Browse files
wonwoosnicoll
authored andcommitted
Remove reference to ConfigurationPropertiesScan in javadoc
See spring-projectsgh-18920
1 parent 0490bff commit 92b0025

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/SpringBootApplication.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
/**
3838
* Indicates a {@link Configuration configuration} class that declares one or more
3939
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
40-
* auto-configuration}, {@link ComponentScan component scanning}, and
41-
* {@link ConfigurationPropertiesScan configuration properties scanning}. This is a
42-
* convenience annotation that is equivalent to declaring {@code @Configuration},
40+
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
41+
* annotation that is equivalent to declaring {@code @Configuration},
4342
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
4443
*
4544
* @author Phillip Webb

0 commit comments

Comments
 (0)