public interface IntroductionAwareMethodMatcher extends MethodMatcher
TRUEboolean matches(Method method, Class targetClass, boolean hasIntroductions)
MethodMatcher.matches(java.lang.reflect.Method, Class) method
if the caller supports the extended IntroductionAwareMethodMatcher interface.method - the candidate methodtargetClass - 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