Closed scothis closed 12 years ago
Could you describe the use case you have in mind for needing the proceed count? Since it appears to be a per-around-advice count, why have meld track it as opposed to putting that responsibility on the advice author?
Also, I'd prefer to have it implemented as a property rather than a method, if possible.
I have an aspect that delegates the advice to user provided code. I'd like to ensure that if proceed is not invoked by the user code, the situation is handled appropriately on my end.
joinpoint.proceedCount() returns that value