Quantcast
Channel: . kam » aspectj
Viewing all articles
Browse latest Browse all 3

Multiple Around Advices Applied to the Same Join Point

$
0
0
So, what do you think will happen if you apply two around advices to the same join point? They both call “proceedingJoinPoint.proceed()” which calls their target object. But then if the target object is the same, then it is going to be called twice.. Hmm.. not something you would want to happen especially if that [...]

Viewing all articles
Browse latest Browse all 3

Trending Articles