0 likes | 230 Views
Aspect-Oriented Programming and AspectJ. Jianguo Lu University of Windsor. Following “AspectJ in Action” Chapter 2, 3. . Ebooks in leddy lib. Motivating example. void transfer(Account fromAccount, Account toAccount, int amount) { if (!getCurrentUser().canPerform(OP_TRANSFER)) {
E N D