October 2017
Intermediate to advanced
396 pages
10h 2m
English
We can write pointcuts by using execution designator as follows:
In the preceding method pattern, values within bracket [ ] that is, modifiers, ClassType, arguments and exceptions are all optional values. There is no need to define it for every pointcut using execution designator. Value without brackets such as ReturnType, and MethodName are mandatory to define.
Let's define a TransferService interface:
Read now
Unlock full access