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