Generated by
JDiff

Class org.springframework.aop.support.ControlFlowPointcut

Removed Constructors
ControlFlowPointcut(Class) Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class, String) Construct a new pointcut that matches all calls below the given method in the given class.
 

Added Constructors
ControlFlowPointcut(Class<?>) Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class<?>, String) Construct a new pointcut that matches all calls below the given method in the given class.
 

Removed Methods
boolean matches(Class) Subclasses can override this for greater filtering (and performance).
boolean matches(Method, Class) Subclasses can override this if it's possible to filter out some candidate classes.
boolean matches(Method, Class, Object[])  
 

Added Methods
boolean matches(Class<?>) Subclasses can override this for greater filtering (and performance).
boolean matches(Method, Class<?>) Subclasses can override this if it's possible to filter out some candidate classes.
boolean matches(Method, Class<?>, Object[])