InterviewSolution
Saved Bookmarks
| 1. |
What Is Pointcut? |
|
Answer» This is a set of ONE or more joinpoints where an advice should be EXECUTED. You can SPECIFY pointcuts using expressions or patterns as we will see in our AOP EXAMPLES. This is a set of one or more joinpoints where an advice should be executed. You can specify pointcuts using expressions or patterns as we will see in our AOP examples. |
|