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
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@
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}.
39
-
* They are located using {@link ImportCandidates}.
38
+
* {@link Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}. They
39
+
* are located using {@link ImportCandidates}.
40
40
* <p>
41
41
* Generally auto-configuration classes are marked as {@link Conditional @Conditional}
42
42
* (most often using {@link ConditionalOnClass @ConditionalOnClass} and
0 commit comments