Class SimpleBeanFactoryAwareAspectInstanceFactory

java.lang.Object
org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
All Implemented Interfaces:
AspectInstanceFactory, Aware, BeanFactoryAware, Ordered

public class SimpleBeanFactoryAwareAspectInstanceFactory extends Object implements AspectInstanceFactory, BeanFactoryAware
Implementation of AspectInstanceFactory that locates the aspect from the BeanFactory using a configured bean name.
Since:
2.0
Author:
Rob Harrop, Juergen Hoeller