users@jaxb.java.net

Does XmlJavaTypeAdapter work on package-info.java?

From: Kevin Aloisi <kaloisi_at_attivio.com>
Date: Sat, 6 Nov 2010 14:02:14 -0400

I've been struggling to get the XmlJavaTypeAdapter working. Can anyone confirm that is works in any other place than on a field? If I added it to the class itself or to the package-info.java it never gets called.

If it's not supported (which old posting say), Does anyone know if you can register a XmlJavaTypeAdapter using the internal classes? What exactly is the class replacement stuff? How about adding a TypeReference? Any help would be awesome..

Thanks
--Kevin