The Spring Framework

Package org.springframework.aop.aspectj.autoproxy

Base classes enabling auto-proxying based on AspectJ.

See:
          Description

Class Summary
AspectJInvocationContextExposingAdvisorAutoProxyCreator An InvocationContextExposingAdvisorAutoProxyCreator that understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.
AspectJPrecedenceAwareOrderComparator Orders AspectJ advice/advisors by precedence (not invocation order).
 

Package org.springframework.aop.aspectj.autoproxy Description

Base classes enabling auto-proxying based on AspectJ. Support for AspectJ annotation aspects resides in the "aspectj.annotation" package.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.