类的使用
org.springframework.beans.factory.parsing.AbstractComponentDefinition
使用AbstractComponentDefinition的程序包 程序包 说明 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.org.springframework.aop.config中AbstractComponentDefinition的使用
org.springframework.aop.config中AbstractComponentDefinition的子类 修饰符和类型 类 说明 classAdvisorComponentDefinitionComponentDefinitionthat bridges the gap between the advisor bean definition configured by the<aop:advisor>tag and the component definition infrastructure.classAspectComponentDefinitionComponentDefinitionthat holds an aspect definition, including its nested pointcuts.classPointcutComponentDefinitionComponentDefinitionimplementation that holds a pointcut definition.org.springframework.beans.factory.parsing中AbstractComponentDefinition的使用
org.springframework.beans.factory.parsing中AbstractComponentDefinition的子类 修饰符和类型 类 说明 classCompositeComponentDefinitionComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, aggregating them into a named group of components.