org.springframework.aop.framework
Interface AopInfrastructureBean

All Known Implementing Classes:
AbstractAdvisorAutoProxyCreator, AbstractAutoProxyCreator, AnnotationAwareAspectJAutoProxyCreator, AspectJAwareAdvisorAutoProxyCreator, BeanNameAutoProxyCreator, DefaultAdvisorAutoProxyCreator, InfrastructureAdvisorAutoProxyCreator

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:
AbstractAutoProxyCreator, ScopedProxyFactoryBean