- Building Applications with Spring 5 and Vue.js 2
- James J. Ye
- 48字
- 2025-04-04 16:05:52
Join points
In AOP, methodA(), methodB(), and methodC() are join points—the points during the execution of a program. In Spring AOP, a join point always represents a method invocation. Other implementations of AOP, such as AspectJ, also support join points of field access and exception throwing.