This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: define-simple-class + Java enum as annotation value = invalid Java class created


On 11/05/2012 10:29 AM, Vladimir Tsichevski wrote:
I've just compiled the same Test class from Java source, and compared
the result classes. I've noticed in the class produced with Kawa direct
class name used:

javax/xml/bind/annotation/XmlAccessType

where in Java-originated class goes class spec:

Ljavax/xml/bind/annotation/XmlAccessType;

Good catch. I checked in a fix for this. Please try again. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]