open static fun matches(pointcut: Pointcut, method: Method, targetClass: Class<*>, vararg args: Any): Boolean
Perform the least expensive check for a pointcut match.
pointcut - the pointcut to match
targetClass - the target class
args - arguments to the method
Return
whether there's a runtime match