How to make an xml field non editable in JAXB



Is there any annotation to disable updating one attribute?


I want to update all other fields in the xml file except one attribute. I want to make it readonly field. is it possible through jaxb?


No comments:

Post a Comment