What is exact difference between @XmlRootElement @JacksonXmlRootElement?
I know @XmlRootElement is generic, But when I check package structure both are different.
So there must be some advantage and disadvantage while using this.
What is exact difference between @XmlRootElement @JacksonXmlRootElement?
I know @XmlRootElement is generic, But when I check package structure both are different.
So there must be some advantage and disadvantage while using this.
JacksonXmlRootElement allow to define name of root level
Here's the reason for adding @JacksonXmlRootElement