| Re: [aspectj-users] Logging variables |
On Oct 10, 2008, at 2:41 PM, rmahmood wrote:
Hi All,
i am looking for some way to weave variable assignment statements.From different discussions it seems that the only possibility is toadvice Setter methods for member variable assignment.
But what about local variables within a method or assignment to a variable by a method return value.
For assignments with late bindings it looks that this is not possible with AspectJ as it provides load time weaving.
Jochen