Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] After Advice and method result

All,

Looking for some help to understand and clear up the scope of "After" advice. I am under impression that "After" would help intercept method after target method is executed before the result is sent across to the client similar to "Before" advice where it would let intercept before the target method is executed. The way it is possible to access the payload of the method for "Before" advice, is it possible to intercept the result of the method in "After" advice?

Thanks


Back to the top