I need some help regarding the following issue with JAXB 2.1.
Sample: I\'ve created a SpecialPerson class that extends a abstract class Person. Now I want to transf
The EclipseLink JAXB (MOXy) implementation offers a means of representing the metadata as XML that you could use:
You can specify some of the metadata using annotations, and the rest as XML. Below is what your document would look like: