Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How can I make ITD available in the code of the aspect subject?

Hi.
I am not sure if my terminology is right, but here is what I want. I have an
aspect that injects a Log field into certain types, here is the aspect code:


The question is how the aspect subjects can make use of this field. For
instance, here is a sample class affected by this aspect:


The question is how the code of getUser can utilize the Log field injected
by the aspect?

Thanks.

--
View this message in context: http://aspectj.2085585.n4.nabble.com/How-can-I-make-ITD-available-in-the-code-of-the-aspect-subject-tp4169901p4169901.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top