MethodSignature methodSignature = (MethodSignature) joinPoint.getSignature(); Method specificMethod = AopUtils.getMostSpecificMethod(methodSignature.getMethod(), joinPoint.getTarget().getClass()); MethodBasedEvaluationContext context = new MethodBasedEvaluationContext(joinPoint.getTarget(), specificMethod, ...
www.dbjr.com.cn/article/2841...htm 2025-5-22