SPR-7858
removed reference to JSR 330's @Named since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml
This commit is contained in:
parent
1bd75e5af8
commit
a590318b3c
|
|
@ -373,12 +373,6 @@ public class FactoryMethodComponent {
|
||||||
<literal>name</literal> value will thereby provide that name to the
|
<literal>name</literal> value will thereby provide that name to the
|
||||||
corresponding bean definition.</para>
|
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
|
<para>If such an annotation contains no <literal>name</literal> value or for
|
||||||
any other detected component (such as those discovered by custom filters),
|
any other detected component (such as those discovered by custom filters),
|
||||||
the default bean name generator returns the uncapitalized non-qualified
|
the default bean name generator returns the uncapitalized non-qualified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue