Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What do you mean by JointPoint?
A point during the execution of a program, such as the execution of a method or the handling of an exception. In Spring AOP, a join point always represents a method execution.