introducing common.beans.* packaging and externals; experimenting with sharing SideEffectBean

This commit is contained in:
Chris Beams
2008-12-17 23:36:40 +00:00
parent 2be8114c63
commit 08eeb52e57
12 changed files with 21 additions and 15 deletions

View File

@@ -67,13 +67,14 @@ import org.springframework.beans.factory.support.PropertiesBeanDefinitionReader;
import org.springframework.beans.factory.support.RootBeanDefinition;
import org.springframework.beans.factory.xml.ConstructorDependenciesBean;
import org.springframework.beans.factory.xml.DependenciesBean;
import org.springframework.beans.factory.xml.SideEffectBean;
import org.springframework.beans.propertyeditors.CustomNumberEditor;
import org.springframework.core.MethodParameter;
import org.springframework.core.io.Resource;
import org.springframework.core.io.UrlResource;
import org.springframework.util.StopWatch;
import common.beans.core.SideEffectBean;
/**
* Tests properties population and autowire behavior.
*