java

Java JEE related post, Java tutorial, Java Threading, Java collection, Java data structure, basic of Java, Java dates, Java loop

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.