This content has been marked as final.
Show 2 replies
-
1. Re: How to get 'caller' object in 'call' type of joinpoint?
tonyawbrey Jan 6, 2005 1:54 PM (in response to tonyawbrey)calling Class.
Caller invocations are for use in cases where the execution pointcuts cannot be used, and this functionality is not present in the "normal" execution invocations either. In my opinion interceptors should not know anything about the caller object, but I could be convinced :-)
I'll let Bill decide if the documentation is a typo or if this is something we should add.