Skip to content

Commit

Permalink
Fix @AutoConfiguration Javadoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Nov 29, 2024
1 parent f3a161a commit fdcb032
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* Indicates that a class provides configuration that can be automatically applied by
* Spring Boot. Auto-configuration classes are regular
* {@link Configuration @Configuration} with the exception that
* {@literal Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}.
* They are located using {@link ImportCandidates}.
* {@link Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}. They
* are located using {@link ImportCandidates}.
* <p>
* Generally auto-configuration classes are marked as {@link Conditional @Conditional}
* (most often using {@link ConditionalOnClass @ConditionalOnClass} and
Expand Down

0 comments on commit fdcb032

Please sign in to comment.