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 [...]
↧