Deprecate AbstractSingletonProxyFactoryBean

This commit is contained in:
Chris Beams
2011-07-26 22:29:14 +00:00
parent 3c2e48738a
commit b85440f2b6
2 changed files with 11 additions and 4 deletions

View File

@@ -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