Want to know, having a class without any annotation, like jaxb unmarshall xml data for a class.
I found that he can take the following
If I have a node "label in xml
I have the "_label" field in the class and the getLabel and setLabel method.
jaxb can unmarshall this is sucsessully. I just want to know my default rule.
java jaxb
user496949 Mar 05 '11 at 11:30 2011-03-05 11:30
source share