Refine Javadoc to use @AutoConfiguration
See gh-32166
This commit is contained in:
@@ -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">
|
||||
* @Configuration(proxyBeanMethods = false)
|
||||
* @AutoConfiguration
|
||||
* public class MyAutoConfiguration {
|
||||
*
|
||||
* @Configuration(proxyBeanMethods = false)
|
||||
|
||||
Reference in New Issue
Block a user