Merge branch '5.3.x'

This commit is contained in:
Sébastien Deleuze 2022-10-31 09:07:52 +01:00
commit bf3b7b82c1
1 changed files with 1 additions and 1 deletions

View File

@ -9263,7 +9263,7 @@ is not strictly required.
--
Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated
classes are automatically candidates for component scanning. Using the same scenario as
describe in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning.
described in the previous example, we can redefine `system-test-config.xml` to take advantage of component-scanning.
Note that, in this case, we need not explicitly declare
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
functionality.