Generated by
JDiff

Class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory

Changed Constructors
AbstractAspectJAdvisorFactory(void) Change of visibility from protected to public.
 
 

Changed Methods
AspectJExpressionPointcut createPointcutExpression(Method, Class<?>, String[]) Change in signature from (Method, Class, String[]) to (Method, Class<?>, String[]).
The pointcut and advice annotations both have an "argNames" member which contains a comma-separated list of the argument names.
AspectJAnnotation<?> findAspectJAnnotationOnMethod(Method) Change in return type from AspectJAnnotation to AspectJAnnotation<?>.
Find and return the first AspectJ annotation on the given method (there should only be one anyway...)
 

Removed Fields
ParameterNameDiscoverer ASPECTJ_ANNOTATION_PARAMETER_NAME_DISCOVERER