public class AspectComponentDefinition
extends org.springframework.beans.factory.parsing.CompositeComponentDefinition
ComponentDefinition
 that holds an aspect definition, including its nested pointcuts.CompositeComponentDefinition.getNestedComponents(), 
PointcutComponentDefinition| Constructor and Description | 
|---|
| AspectComponentDefinition(String aspectName,
                         org.springframework.beans.factory.config.BeanDefinition[] beanDefinitions,
                         org.springframework.beans.factory.config.BeanReference[] beanReferences,
                         Object source) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.beans.factory.config.BeanDefinition[] | getBeanDefinitions() | 
| org.springframework.beans.factory.config.BeanReference[] | getBeanReferences() | 
addNestedComponent, getName, getNestedComponents, getSourcepublic org.springframework.beans.factory.config.BeanDefinition[] getBeanDefinitions()
getBeanDefinitions in interface org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanDefinitions in class org.springframework.beans.factory.parsing.AbstractComponentDefinitionpublic org.springframework.beans.factory.config.BeanReference[] getBeanReferences()
getBeanReferences in interface org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanReferences in class org.springframework.beans.factory.parsing.AbstractComponentDefinition