What is Join point?

Technology CommunityCategory: SpringWhat is Join point?
VietMX Staff asked 3 years ago

Joint Point represents a point in your application where you can plug-in AOP aspect. You can also say, it is the actual place in the application where an action will be taken using Spring AOP framework.