SpringAop操作过程中注解作为参数传入增强方法增强方法的注解出错Unbound pointcut parameter 'auditable' less
SpringAop操作过程中注解作为参数传入增强方法增强方法的注解出错Unbound pointcut parameter 'auditable' less
错误信息
Unbound pointcut parameter ‘auditable’ less… (Ctrl+F1)
Inspection info: This inspection verifies that @AspectJ argNames attribute value corresponds to the actual method parameter names.
配图
解决方法
将注解中切点的注解和传入增强方法中的注解的参数名称保持统一;