Package org.springframework.aop.config
@NonNullApi
@NonNullFields
package org.springframework.aop.config
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
-
ClassDescriptionBase implementation for
BeanDefinitionDecorators
wishing to add aninterceptor
to the resulting bean.ParseState
entry representing an advice element.ComponentDefinition
that bridges the gap between the advisor bean definition configured by the<aop:advisor>
tag and the component definition infrastructure.ParseState
entry representing an advisor.Utility class for handling registration of AOP auto-proxy creators.NamespaceHandler
for theaop
namespace.Utility class for handling registration of auto-proxy creators used internally by the 'aop
' namespace tags.ComponentDefinition
that holds an aspect definition, including its nested pointcuts.ParseState
entry representing an aspect.FactoryBean
implementation that locates aMethod
on a specified bean.ComponentDefinition
implementation that holds a pointcut definition.ParseState
entry representing a pointcut.Implementation ofAspectInstanceFactory
that locates the aspect from theBeanFactory
using a configured bean name.