spring-aop

Deprecated API


Contents
Deprecated Methods
org.springframework.aop.framework.AdvisedSupport.addAllAdvisors(Advisor[])
          as of Spring 3.0, in favor of AdvisedSupport.addAdvisors(org.springframework.aop.Advisor...) 
org.springframework.aop.config.AopNamespaceUtils.forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry)
          since Spring 2.5, in favor of AopConfigUtils.forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) 
org.springframework.aop.support.AopUtils.isCglibProxyClass(Class)
          as of Spring 3.1 in favor of ClassUtils.isCglibProxyClass(Class) 
org.springframework.aop.support.AopUtils.isCglibProxyClassName(String)
          as of Spring 3.1 in favor of ClassUtils.isCglibProxyClassName(String) 
org.springframework.aop.config.AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext, Object)
          since Spring 2.5, in favor of AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext, Element) and AopConfigUtils.registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) 
 


spring-aop