SpringAOP supplement - notification acquisition type

JoinPoint is the parent class of ProceedingJoinPoint.

getArgs() is JoinPoint's function to obtain the return value of the original method.

preceed() is the function used by ProceedingJoinPoint to obtain the return value of the original method.

 

 

 

Guess you like

Origin blog.csdn.net/m0_61395860/article/details/133191086