I working on JAXB to using java object I am creating xml.But im using javaclass fields Like
qpack_id as attrubute it creating in xml file like qpackId
so how can i use _(underscore) in jaxB please guide me.
xml file should create bellow attibute
<qpack " qpack_id="MB0046_SET4" qpack_name="MB0046">
</qpack>