于梦想齐行
于梦想齐行

AspectJ
文章归档

https://www.fengjijiao.cn/wp-content/themes/mdx/img/dpic.jpg
@Aspect中5种通知
1.Before 前置通知,在方法执行之前执行。连接点参数:JoinPoint,对应通知:AspectJMethodBeforeAdvice。 2.After 后…
   745   2022-03-07   阅读更多
https://www.fengjijiao.cn/wp-content/uploads/2022/03/code-g80e36ee15_1920.jpg
@Pointcut的12种用法
1.execution 使用execution(方法表达式)匹配方法的执行。 2.within 用法:within(类型表达式) 目标对象target的类…
   661   2022-03-07   阅读更多
近期文章
近期评论