You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
* Indicates that a class provides configuration that can be automatically applied by
36
36
* Spring Boot. Auto-configuration classes are regular
37
37
* {@link Configuration @Configuration} with the exception that
38
-
* {@literal Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}.
38
+
* {@link Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}.
39
39
* They are located using {@link ImportCandidates}.
40
40
* <p>
41
41
* Generally auto-configuration classes are marked as {@link Conditional @Conditional}
0 commit comments