removed reference to JSR 330's @Named since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4676 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Michael Isvy
2011-07-06 06:14:48 +00:00
parent 28b6b1e496
commit b4b3df07c7
@@ -373,12 +373,6 @@ public class FactoryMethodComponent {
<literal>name</literal> value will thereby provide that name to the
corresponding bean definition.</para>
<note>
<para>JSR 330's @Named annotation can be used as a means to both detect
components and to provide them with a name. This behavior is enabled
automatically if you have the JSR 330 JAR on the classpath.</para>
</note>
<para>If such an annotation contains no <literal>name</literal> value or for
any other detected component (such as those discovered by custom filters),
the default bean name generator returns the uncapitalized non-qualified