abstract class JCacheOperationSourcePointcut : StaticMethodMatcherPointcut, Serializable
A Pointcut that matches if the underlying JCacheOperationSource has an operation for a given method.
Author
Stephane Nicoll
Since
4.1
JCacheOperationSourcePointcut()
A Pointcut that matches if the underlying JCacheOperationSource has an operation for a given method. |
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun matches(method: Method, targetClass: Class<*>): Boolean |
|
open fun toString(): String |