Skip to content

Commit beb507f

Browse files
committed
Merge pull request #43323 from scordio
* gh-43323: Fix link to proxyBeanMethods in @autoConfiguration javadoc Closes gh-43323
2 parents 5dcf37b + 26b1d74 commit beb507f

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
* Indicates that a class provides configuration that can be automatically applied by
3636
* Spring Boot. Auto-configuration classes are regular
3737
* {@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}.
4040
* <p>
4141
* Generally auto-configuration classes are marked as {@link Conditional @Conditional}
4242
* (most often using {@link ConditionalOnClass @ConditionalOnClass} and

0 commit comments

Comments
 (0)