Generated by
JDiff

Class org.springframework.aop.support.MethodMatchers

Changed Methods
boolean matches(MethodMatcher, Method, Class<?>, boolean) Change in signature from (MethodMatcher, Method, Class, boolean) to (MethodMatcher, Method, Class<?>, boolean).
Apply the given MethodMatcher to the given Method, supporting an org.springframework.aop.IntroductionAwareMethodMatcher (if applicable).