I have the following java class with the JAXB @XMLRootElement annotation
@XmlRootElement(name=\"ClientData\") public class ClientData { /** * The first add
Simple answer: no it's not possible with builtin JAXB.