jaxb

Annotation in JAXB

JAXB annotations in Java is a way of notifying JVM to do on behalf of developer. different type of Annotations used in JAXB API the annotation as @XmlRootElement, @XmlType, @XmLElementWrapper, @XmlAttribute, @XmlAccessorType @XmlJavaTypeAdapter

What is JAXB?

What is JAXB in Java? JAXB: Java Architecture for XML Binding to convert java object to XML and XML to java object. Learn Features of JAXB, advantages of JAXB.