[aspectwerkz-dev] value of 'this' when a mixin method is executed
christoph sturm <chrisml-Ws/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi ALl! I have a perInstance Mixin, and when i invoke a method of the mixin, 'this' points to the mixin class and not to the target class. So i end up passing 'this' around. is there a better solution? thanks chris