Creating empty-tag-elements with JAXB?
843834Aug 12 2008 — edited Sep 4 2008Hi,
is there any possibility to force JAXB to create empty-tag-elements? For example
<exampletag attribute="value" />
instead of
<exampletag attribute="value">
</exampletag>.
I really need to close my tags in the described way but have found no possibility to do so.
Thanks for your help
Daniel