We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795ce16 commit a33791eCopy full SHA for a33791e
spring-context/src/main/java/org/springframework/context/annotation/Bean.java
@@ -135,7 +135,7 @@
135
* <h3>{@code @Bean} <em>Lite</em> Mode</h3>
136
*
137
* <p>{@code @Bean} methods may also be declared within classes that are <em>not</em>
138
- * 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
139
* that is <em>not</em> annotated with {@code @Configuration} it is processed in a
140
* so-called <em>'lite'</em> mode.
141
0 commit comments