Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

jaxb exclude field

import javax.xml.bind.annotation.XmlTransient;
 
@XmlTransient
private String somefield; //field to be excluded
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jaxb #exclude #field
ADD COMMENT
Topic
Name
1+1 =