Generated by
JDiff

Package org.springframework.aop.aspectj

Changed Classes
AbstractAspectJAdvice Base class for AOP Alliance org.aopalliance.aop.Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
AspectJAfterAdvice Spring AOP advice wrapping an AspectJ after advice method.
AspectJAfterReturningAdvice Spring AOP advice wrapping an AspectJ after-returning advice method.
AspectJAfterThrowingAdvice Spring AOP advice wrapping an AspectJ after-throwing advice method.
AspectJAroundAdvice Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.
AspectJMethodBeforeAdvice Spring AOP advice that wraps an AspectJ before method.
AspectJPointcutAdvisor AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the org.springframework.aop.PointcutAdvisor interface.
DeclareParentsAdvisor Introduction advisor delegating to the given object.
SingletonAspectInstanceFactory Implementation of AspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every .getAspectInstance() call.