Force @XmlAttributes to be marshaled as XMLElements

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2452

This topic has not yet been written. The content below is from the topic description.
Besides mapping XML to JSON namespaces, you can also force @XmlAttribute's to be marshaled as XMLElements. @Mapped(attributeAsElements={"title"}) @XmlRootElement(name = "book") public class Book {...}