File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
framework-docs/modules/ROOT/pages/core/beans/java Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ This prevents the same `@Bean` method from accidentally being invoked through a
64
64
Java method call, which helps to reduce subtle bugs that can be hard to track down.
65
65
66
66
When `@Bean` methods are declared within classes that are not annotated with
67
- `@Configuration` - or when `@Configuration(proxyBeanMethods=false)` is declared -,
67
+ `@Configuration`— or when `@Configuration(proxyBeanMethods=false)` is declared—
68
68
they are referred to as being processed in a "lite" mode. In such scenarios,
69
69
`@Bean` methods are effectively a general-purpose factory method mechanism without
70
70
special runtime processing (that is, without generating a CGLIB subclass for it).
You can’t perform that action at this time.
0 commit comments