Interface AopInfrastructureBean
- All Known Implementing Classes:
AbstractAdvisingBeanPostProcessor
,AbstractAdvisorAutoProxyCreator
,AbstractAutoProxyCreator
,AbstractBeanFactoryAwareAdvisingPostProcessor
,AnnotationAwareAspectJAutoProxyCreator
,AspectJAwareAdvisorAutoProxyCreator
,AsyncAnnotationBeanPostProcessor
,BeanNameAutoProxyCreator
,DefaultAdvisorAutoProxyCreator
,InfrastructureAdvisorAutoProxyCreator
,MethodValidationPostProcessor
,PersistenceExceptionTranslationPostProcessor
,ProxyProcessorSupport
,ScopedProxyFactoryBean
public interface AopInfrastructureBean
Marker interface that indicates a bean that is part of Spring's
AOP infrastructure. In particular, this implies that any such bean
is not subject to auto-proxying, even if a pointcut would match.
- Since:
- 2.0.3
- Author:
- Juergen Hoeller
- See Also: