Deprecate AbstractSingletonProxyFactoryBean

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4796 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2011-07-26 22:29:14 +00:00
parent 328b502b4a
commit 9cefc5acd8
2 changed files with 11 additions and 4 deletions
@@ -20,7 +20,7 @@ import org.springframework.aop.framework.AbstractSingletonProxyFactoryBean;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.BeanFactoryAware;
@SuppressWarnings("serial")
@SuppressWarnings({ "serial", "deprecation" })
public class TestProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements BeanFactoryAware {
@Override