【发布时间】:2014-08-25 06:39:44
【问题描述】:
我喜欢在使用脚轮编组时为属性添加前缀。
我想得到如下结果
<ThesaurusConcept dc:identifier="C268">
<ScopeNote xml:lang="en">
<LexicalValue>index heading is Atomic absorption spectroscopy</LexicalValue>
</ScopeNote>
</ThesaurusConcept>
但我得到了
<ThesaurusConcept identifier="C621">
<ScopeNote lang="en">
<LexicalValue>index heading is Atomic absorption spectroscopy</LexicalValue>
</ScopeNote>
</ThesaurusConcept>
【问题讨论】:
标签: java attributes marshalling castor