Hello!
I have
@XmlAttribute(required=true)
in hundreds places in a projects.
Can I make this default?...
...So that I then only need to specify
@XmlAttribute(required=false)
when needed.
|
|
Hello! I have
in hundreds places in a projects. Can I make this default?... ...So that I then only need to specify
when needed.
|
||
|
|
|
|
No, that behaviour is hard-wired. However, the |
||||
|