mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Refine Javadoc to use @AutoConfiguration
See gh-32166
This commit is contained in:
+1
-1
@@ -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