We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ed74ef + 0cdb8a1 commit 58670dbCopy full SHA for 58670db
framework-docs/modules/ROOT/pages/core/beans/java/basic-concepts.adoc
@@ -64,7 +64,7 @@ This prevents the same `@Bean` method from accidentally being invoked through a
64
Java method call, which helps to reduce subtle bugs that can be hard to track down.
65
66
When `@Bean` methods are declared within classes that are not annotated with
67
-`@Configuration` - or when `@Configuration(proxyBeanMethods=false)` is declared -,
+`@Configuration`, or when `@Configuration(proxyBeanMethods=false)` is declared,
68
they are referred to as being processed in a "lite" mode. In such scenarios,
69
`@Bean` methods are effectively a general-purpose factory method mechanism without
70
special runtime processing (that is, without generating a CGLIB subclass for it).
0 commit comments