spring-framework / org.springframework.aop.aspectj / AspectJExpressionPointcut / matches

matches

open fun matches(targetClass: Class<*>): Boolean
open fun matches(method: Method, @Nullable targetClass: Class<*>, beanHasIntroductions: Boolean): Boolean

Overrides IntroductionAwareMethodMatcher.matches


open fun matches(method: Method, @Nullable targetClass: Class<*>): Boolean
open fun matches(method: Method, @Nullable targetClass: Class<*>, vararg args: Any): Boolean