类的使用
cn.taketoday.aop.support.StaticMethodMatcher
使用StaticMethodMatcher的程序包
-
cn.taketoday.aop.support中StaticMethodMatcher的使用
修饰符和类型类说明classAbstract base regular expression pointcut bean.classRegular expression pointcut based on thejava.util.regexpackage.classPointcut bean for simple method name matches, as an alternative to regexp patterns.classConvenient superclass when we want to force subclasses to implement theMethodMatcherinterface but subclasses will want to be pointcuts.classConvenient base class for Advisors that are also static pointcuts. -
cn.taketoday.aop.support.annotation中StaticMethodMatcher的使用
修饰符和类型类说明classSimple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).