Package | Description |
---|---|
org.springframework.aop.config |
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
|
org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvisorComponentDefinition
ComponentDefinition
that bridges the gap between the advisor bean definition configured
by the <aop:advisor> tag and the component definition
infrastructure. |
class |
AspectComponentDefinition
ComponentDefinition
that holds an aspect definition, including its nested pointcuts. |
class |
PointcutComponentDefinition
ComponentDefinition
implementation that holds a pointcut definition. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeComponentDefinition
ComponentDefinition implementation that holds one or more nested
ComponentDefinition instances, aggregating them into a named group
of components. |