From 30967d3b2060ace468a4bc1a6e2153fea26d7405 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 27 Apr 2009 05:40:11 +0000 Subject: [PATCH] Update docs to use of @Bean inside a @Component --- spring-framework-reference/src/beans.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index 7b5bddb6eab..3716d9ccbf2 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -6437,10 +6437,10 @@ public class FactoryMethodComponent { } } - This class is a Spring component and has appliation specific code + This class is a Spring component and has application specific code contained in its DoWork method. However, it - also contributes a bean definition that has a factory method refering to - the method publicInstance. The + also contributes a bean definition that has a factory method referring + to the method publicInstance. The @Bean annotation identifies the factory method and also other bean definition properties, such as a qualifier value via the @Qualifier annotation. Other method level