Refine Javadoc to use @AutoConfiguration

See gh-32166
This commit is contained in:
Phillip Webb 2022-08-25 11:48:07 -07:00
parent e31c295ee9
commit 13c0cf7e2a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import org.springframework.context.annotation.Conditional;
* potentially processed method references which will fail if the class is not present. To
* handle this scenario, a separate {@code @Configuration} class should be used to isolate
* the condition. For example: <pre class="code">
* &#064;Configuration(proxyBeanMethods = false)
* &#064;AutoConfiguration
* public class MyAutoConfiguration {
*
* &#64;Configuration(proxyBeanMethods = false)