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 a263fd3 commit 6a6b441Copy full SHA for 6a6b441
src/reference/docbook/beans-classpath-scanning.xml
@@ -121,6 +121,13 @@ public class JpaMovieFinder implements MovieFinder {
121
122
</beans></programlisting>
123
124
+ <tip>
125
+ <para>The use of <literal><context:component-scan></literal> implicitly
126
+ enables the functionality of <literal><context:annotation-config></literal>.
127
+ There is usually no need to include the <literal><context:annotation-config></literal>
128
+ element when using <literal><context:component-scan></literal>.
129
+ </para>
130
+ </tip>
131
<note>
132
<para>The scanning of classpath packages requires the presence of
133
corresponding directory entries in the classpath. When you build JARs
0 commit comments