Spring / Spring AOP
Explain Join point in spring AOP.
The Join point represents a point in an applicaiton where we can plug-in an AOP aspect. It is the actual place in the application where an action will be taken using Spring AOP framework.
More Related questions...