Package org.springframework.aop.aspectj.autoproxy

Base classes enabling auto-proxying based on AspectJ.

See:
          Description

Class Summary
AspectJAwareAdvisorAutoProxyCreator AbstractAdvisorAutoProxyCreator subclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.
 

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.