Browse Source

SPR-7858

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
pull/1/merge
Michael Isvy 15 years ago
parent
commit
b4b3df07c7
  1. 6
      spring-framework-reference/src/beans-classpath-scanning.xml

6
spring-framework-reference/src/beans-classpath-scanning.xml

@ -373,12 +373,6 @@ public class FactoryMethodComponent { @@ -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

Loading…
Cancel
Save