一、AOP 概念 #0OW0:Q
Joinpoint:它定义在哪里加入你的逻辑功能,对于Spring AOP,Jointpoint指的就是Method。 %UGXgYDz
`h%(ZG~
Advice:特定的Jointpoint处运行的代码,对于Spring AOP 来讲,有Before advice、AfterreturningAdvice、ThrowAdvice、AroundAdvice(MethodInteceptor)等。 Y3%_IwSJ|
Tj0qq .
Pointcut:一组Joinpoint,就是说一个Advice可能在多个地方织入, u!$+1fI>
90Rz#qrI*
Aspect:这个我一直迷惑,它实际是Advice和Pointcut的组合,但是Spring AOP 中的Advisor也是这样一个东西,但是Spring中为什么叫Advisor而不叫做Aspect。 7$"{&