程序运行中的一些时间点, 例如一个方法的执行, 或者是一个异常的处理.
在 Spring AOP 中, join point 总是方法的执行点。
什么是切点JoinPoint?
原文:https://www.cnblogs.com/programb/p/13019043.html