参数绑定是在下面这个方法中做的:
org.springframework.aop.aspectj.AbstractAspectJAdvice#invokeAdviceMethod(JoinPoint jp,
@Nullable JoinPointMatch jpMatch,
@Nullable Object returnValue,
@Nullable Throwable t)
具体用法参考:
https://blog.csdn.net/elim168/article/details/78159406