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
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to