Interface implemented to provide an instance of an AspectJ aspect.
Decouples from Spring's bean factory.
Extends the
org.springframework.core.Ordered interface
to express an order value for the underlying aspect in a chain.
author: Rod Johnson author: Juergen Hoeller since: 2.0 See Also: org.springframework.beans.factory.BeanFactory.getBean |