阅读背景:

Spring AOP : Advice 声明 (通知注解)

来源:互联网 

Advice 的类型

before advice:在 join point 执行前被执行的 advice. 虽然 before advice 是在 join point 前被执行, 但是它并不能够阻止 join point 的执行, 除非发生了异常(即我们在 before advice 代码中, 不能人为地决定是否继续执行 join point 中的代码) :在 join point 执行前被执行的 advic




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: