InterviewSolution
Saved Bookmarks
| 1. |
What Is Join Point? |
|
Answer» This 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. This 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. |
|