Is there an easy way to do this. I have some classes annotated with
@XmlType
@XmlAccessorType(XmlAccessType.FIELD)
I am trying to lookup at the same time on internet.
|
Is there an easy way to do this. I have some classes annotated with
I am trying to lookup at the same time on internet. |
||||
|
|
|
If there isn't a way to do this in IntelliJ, then it is easy to do using the JAXB runtime APIs:
And
For More Information: |
|||
|
|