Skip to content

Commit

Permalink
Refine Javadoc to use @autoConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Aug 25, 2022
1 parent e31c295 commit 13c0cf7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
* 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)
Expand Down

0 comments on commit 13c0cf7

Please sign in to comment.