users@jaxb.java.net

JAXB + abstract JDK classes

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Mon, 24 Nov 2008 12:14:38 -0700

Hello JAXB users,

Is there any way to annotate abstract classes which are part of the JDK
APIs?

For instance, I would want to annotate java.security.Permission with
XmlSeeAlso which points to my concrete class: CustomPermission. Does
JAXB has any custom approach to do this?

Appreciate any inputs.

-Arul