@NonNullApi @NonNullFields
See: Description
| Class | Description | 
|---|---|
| AbstractInterceptorDrivenBeanDefinitionDecorator | Base implementation for
  BeanDefinitionDecoratorswishing to add aninterceptorto the resulting bean. | 
| AdviceEntry | ParseStateentry representing an advice element. | 
| AdvisorComponentDefinition | ComponentDefinitionthat bridges the gap between the advisor bean definition configured
 by the<aop:advisor>tag and the component definition
 infrastructure. | 
| AdvisorEntry | ParseStateentry representing an advisor. | 
| AopConfigUtils | Utility class for handling registration of AOP auto-proxy creators. | 
| AopNamespaceHandler | NamespaceHandlerfor theaopnamespace. | 
| AopNamespaceUtils | Utility class for handling registration of auto-proxy creators used internally
 by the ' aop' namespace tags. | 
| AspectComponentDefinition | ComponentDefinitionthat holds an aspect definition, including its nested pointcuts. | 
| AspectEntry | ParseStateentry representing an aspect. | 
| MethodLocatingFactoryBean | FactoryBeanimplementation that locates aMethodon a specified bean. | 
| PointcutComponentDefinition | ComponentDefinitionimplementation that holds a pointcut definition. | 
| PointcutEntry | ParseStateentry representing a pointcut. | 
| SimpleBeanFactoryAwareAspectInstanceFactory | Implementation of  AspectInstanceFactorythat locates the aspect from theBeanFactoryusing a configured bean name. |