类 AdvisorComponentDefinition

java.lang.Object
cn.taketoday.beans.factory.parsing.AbstractComponentDefinition
cn.taketoday.aop.config.AdvisorComponentDefinition
所有已实现的接口:
BeanMetadataElement, ComponentDefinition

public class AdvisorComponentDefinition extends AbstractComponentDefinition
ComponentDefinition that bridges the gap between the advisor bean definition configured by the <aop:advisor> tag and the component definition infrastructure.
从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller