Skip to content

Commit

Permalink
Remove reference to ConfigurationPropertiesScan in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wonwoo authored and snicoll committed Nov 8, 2019
1 parent 0490bff commit 92b0025
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -37,9 +37,8 @@
/**
* Indicates a {@link Configuration configuration} class that declares one or more
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
* auto-configuration}, {@link ComponentScan component scanning}, and
* {@link ConfigurationPropertiesScan configuration properties scanning}. This is a
* convenience annotation that is equivalent to declaring {@code @Configuration},
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
* annotation that is equivalent to declaring {@code @Configuration},
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
*
* @author Phillip Webb
Expand Down

0 comments on commit 92b0025

Please sign in to comment.