Generated by
JDiff

Class org.springframework.aop.aspectj.AspectJExpressionPointcut

Removed Constructors
AspectJExpressionPointcut(Class, String[], Class[]) Create a new AspectJExpressionPointcut with the given settings.
 

Added Constructors
AspectJExpressionPointcut(Class<?>, String[], Class[]) Create a new AspectJExpressionPointcut with the given settings.
 

Removed Methods
boolean matches(Class)  
boolean matches(Method, Class)  
boolean matches(Method, Class, boolean)  
boolean matches(Method, Class, Object[])  
 

Added Methods
boolean matches(Class<?>)  
boolean matches(Method, Class<?>)  
boolean matches(Method, Class<?>, boolean)  
boolean matches(Method, Class<?>, Object[])  
 

Changed Methods
void setPointcutDeclarationScope(Class<?>) Change in signature from Class to Class<?>.
Set the declaration scope for the pointcut.