JAXB - Property “Value” is already defined. Use to resolve this conflict

前端 未结 7 589
再見小時候
再見小時候 2020-11-30 19:01

Using JAXB to generate XML binding classes.

The schema is based on a set of legacy XML files, and includes this snippet:



        
7条回答
  •  庸人自扰
    2020-11-30 19:33

    you can also use the parameter -XautoNameResolution in the command line and also in the pluggin to let jxc resolve the name if you don´t bother about the name on the classes.

提交回复
热议问题