Class AdvisorComponentDefinition

java.lang.Object
org.springframework.beans.factory.parsing.AbstractComponentDefinition
org.springframework.aop.config.AdvisorComponentDefinition
All Implemented Interfaces:
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.
Since:
2.0
Author:
Rob Harrop, Juergen Hoeller