open static fun matches(mm: MethodMatcher, method: Method, @Nullable targetClass: Class<*>, hasIntroductions: Boolean): Boolean
Apply the given MethodMatcher to the given Method, supporting an org.springframework.aop.IntroductionAwareMethodMatcher (if applicable).
mm - the MethodMatcher to apply (may be an IntroductionAwareMethodMatcher)
targetClass - the target class (may be null, in which case the candidate class must be taken to be the method's declaring class)
hasIntroductions - true if the object on whose behalf we are asking is the subject on one or more introductions; false otherwise
Return
whether or not this method matches statically