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.
AspectJAdviceParameterNameDiscoverer ParameterNameDiscoverer implementation that tries to deduce parameter names for an advice method from the pointcut expression, returning, and throwing clauses.
AspectJExpressionPointcut Spring org.springframework.aop.Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
DeclareParentsAdvisor Introduction advisor delegating to the given object.
SimpleAspectInstanceFactory Implementation of AspectInstanceFactory that creates a new instance of the specified aspect class for every .getAspectInstance() call.
TypePatternClassFilter Spring AOP ClassFilter implementation using AspectJ type matching.