InterviewSolution
Saved Bookmarks
| 1. |
How To Enable @aspectj Support? |
|
Answer» Include the below XML code in APPLICATION XML Include the below XML code in application XML <aop:aspectj-autoproxy/> |
|