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