类的使用
infra.aop.support.StaticMethodMatcher
使用StaticMethodMatcher的程序包
程序包
说明
Aspect Programming
AspectJ integration package.
-
infra.aop中StaticMethodMatcher的使用
修饰符和类型类说明static classPointcut implementation that matches bean property getters.static classPointcut implementation that matches bean property setters. -
infra.aop.aspectj中StaticMethodMatcher的使用
修饰符和类型类说明private static classMethodMatcher that excludes the specified advice method. -
infra.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. -
infra.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).