We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f085b + e1df056 commit bf3b7b8Copy full SHA for bf3b7b8
src/docs/asciidoc/core/core-beans.adoc
@@ -9263,7 +9263,7 @@ is not strictly required.
9263
--
9264
Because `@Configuration` is meta-annotated with `@Component`, `@Configuration`-annotated
9265
classes are automatically candidates for component scanning. Using the same scenario as
9266
-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.
9267
Note that, in this case, we need not explicitly declare
9268
`<context:annotation-config/>`, because `<context:component-scan/>` enables the same
9269
functionality.
0 commit comments