Uses of Class
org.springframework.beans.factory.parsing.AbstractComponentDefinition
Packages that use AbstractComponentDefinition
Package
Description
Support package for declarative AOP configuration,
 with XML schema being the primary configuration format.
Support infrastructure for bean definition parsing.
- 
Uses of AbstractComponentDefinition in org.springframework.aop.configSubclasses of AbstractComponentDefinition in org.springframework.aop.configModifier and TypeClassDescriptionclassComponentDefinitionthat bridges the gap between the advisor bean definition configured by the<aop:advisor>tag and the component definition infrastructure.classComponentDefinitionthat holds an aspect definition, including its nested pointcuts.classComponentDefinitionimplementation that holds a pointcut definition.
- 
Uses of AbstractComponentDefinition in org.springframework.beans.factory.parsingSubclasses of AbstractComponentDefinition in org.springframework.beans.factory.parsingModifier and TypeClassDescriptionclassComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, aggregating them into a named group of components.