This commit is contained in:
Sam Brannen 2023-10-24 16:44:11 +02:00
parent 795ce1658c
commit a33791e2b8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ import org.springframework.core.annotation.AliasFor;
* <h3>{@code @Bean} <em>Lite</em> Mode</h3>
*
* <p>{@code @Bean} methods may also be declared within classes that are <em>not</em>
* annotated with {@code @Configuration}. If a bean methods is declared on a bean
* annotated with {@code @Configuration}. If a bean method is declared on a bean
* that is <em>not</em> annotated with {@code @Configuration} it is processed in a
* so-called <em>'lite'</em> mode.
*