类的使用
org.springframework.aop.support.StaticMethodMatcherPointcut
使用StaticMethodMatcherPointcut的程序包 程序包 说明 org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.org.springframework.aop.support中StaticMethodMatcherPointcut的使用
org.springframework.aop.support中StaticMethodMatcherPointcut的子类 修饰符和类型 类 说明 classAbstractRegexpMethodPointcutAbstract base regular expression pointcut bean.classJdkRegexpMethodPointcutRegular expression pointcut based on thejava.util.regexpackage.classNameMatchMethodPointcutPointcut bean for simple method name matches, as an alternative to regexp patterns.classStaticMethodMatcherPointcutAdvisorConvenient base class for Advisors that are also static pointcuts.org.springframework.cache.jcache.interceptor中StaticMethodMatcherPointcut的使用
org.springframework.cache.jcache.interceptor中StaticMethodMatcherPointcut的子类 修饰符和类型 类 说明 classJCacheOperationSourcePointcutA Pointcut that matches if the underlyingJCacheOperationSourcehas an operation for a given method.