@annotation 这个你应当知道指的是匹配注解
括号中的 annotation 并不是指所有自定标签,而是指在你的注释实现类中 *Aspect 中对应注解对象的别名,所以别被俩 annotation 所迷惑。
public Object around(ProceedingJoinPoint pj, AopDispatcherAnnotation annotation) throws Throwable
@annotation 这个你应当知道指的是匹配注解
括号中的 annotation 并不是指所有自定标签,而是指在你的注释实现类中 *Aspect 中对应注解对象的别名,所以别被俩 annotation 所迷惑。
public Object around(ProceedingJoinPoint pj, AopDispatcherAnnotation annotation) throws Throwable