Skip to content

Commit ef42342

Browse files
authored
Fix @AutoConfiguration Javadoc tag
1 parent f3a161a commit ef42342

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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}.
38+
* {@link Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}.
3939
* They are located using {@link ImportCandidates}.
4040
* <p>
4141
* Generally auto-configuration classes are marked as {@link Conditional @Conditional}

0 commit comments

Comments
 (0)