From a590318b3c0e9d95dd119625050a275059ebaf50 Mon Sep 17 00:00:00 2001 From: Michael Isvy Date: Wed, 6 Jul 2011 06:14:48 +0000 Subject: [PATCH] SPR-7858 removed reference to JSR 330's @Named since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml --- spring-framework-reference/src/beans-classpath-scanning.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-framework-reference/src/beans-classpath-scanning.xml b/spring-framework-reference/src/beans-classpath-scanning.xml index 87ac04f389..c49e7a8b67 100644 --- a/spring-framework-reference/src/beans-classpath-scanning.xml +++ b/spring-framework-reference/src/beans-classpath-scanning.xml @@ -373,12 +373,6 @@ public class FactoryMethodComponent { name value will thereby provide that name to the corresponding bean definition. - - 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. - - If such an annotation contains no name value or for any other detected component (such as those discovered by custom filters), the default bean name generator returns the uncapitalized non-qualified