Bug in 0.10-RC2?
Jérôme BERNARD <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
I have an aspect using attributes. This aspect does introduction and I need the mixin to have access to the CrossCuttingInfo so I modified the mixin so that it has a constructor with a CrossCuttingInfo parameter. At runtime, AW complains that my class does not have a public constructor with either a default contructor or a CrossCuttingInfo parameter type. This is obviously not the case, so either AW's message is misleading or there is a bug searching for constructors in inner classes. Regards, Jérôme.