接口的使用
infra.aop.support.ExpressionPointcut
使用ExpressionPointcut的程序包
-
infra.aop.aspectj中ExpressionPointcut的使用
修饰符和类型类说明classFrameworkPointcutimplementation that uses the AspectJ weaver to evaluate a pointcut expression.参数类型为ExpressionPointcut的infra.aop.aspectj中的方法修饰符和类型方法说明(专用程序包) static org.aspectj.weaver.tools.ShadowMatchShadowMatchUtils.getShadowMatch(ExpressionPointcut expression, Method method) (专用程序包) static org.aspectj.weaver.tools.ShadowMatchShadowMatchUtils.setShadowMatch(ExpressionPointcut expression, Method method, org.aspectj.weaver.tools.ShadowMatch shadowMatch) Associate theShadowMatchto the specifiedExpressionPointcutand method.参数类型为ExpressionPointcut的infra.aop.aspectj中的构造器 -
infra.aop.support中ExpressionPointcut的使用
修饰符和类型类说明classAbstract superclass for expression pointcuts, offering location and expression properties.