Class InfrastructureAdvisorAutoProxyCreator

All Implemented Interfaces:
Serializable, AopInfrastructureBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor, org.springframework.core.Ordered

public class InfrastructureAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator
Auto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.
Since:
2.0.7
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • InfrastructureAdvisorAutoProxyCreator

      public InfrastructureAdvisorAutoProxyCreator()
  • Method Details