Skip to content

Commit 84f682d

Browse files
committed
Merge pull request spring-projects#18920 from wonwoo
* pr/18920: Polish "Remove reference to ConfigurationPropertiesScan in javadoc" Remove reference to ConfigurationPropertiesScan in javadoc Closes spring-projectsgh-18920
2 parents 0490bff + 08067fb commit 84f682d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import org.springframework.boot.SpringBootConfiguration;
2727
import org.springframework.boot.context.TypeExcludeFilter;
28-
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
2928
import org.springframework.context.annotation.Bean;
3029
import org.springframework.context.annotation.ComponentScan;
3130
import org.springframework.context.annotation.ComponentScan.Filter;
@@ -37,10 +36,9 @@
3736
/**
3837
* Indicates a {@link Configuration configuration} class that declares one or more
3938
* {@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},
43-
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
39+
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
40+
* annotation that is equivalent to declaring {@code @Configuration},
41+
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
4442
*
4543
* @author Phillip Webb
4644
* @author Stephane Nicoll

0 commit comments

Comments
 (0)