This is what we’re using (because JAXB needs it to...
# server
d
This is what we’re using (because JAXB needs it too.). My concern is more about creating an object from Java generated class without settings all mandatory fields. (Because I think ; I didn’t check ; that XJC generate class with no-args constructor). While with Kotlin (and even with no-args plugin), you/a developper can’t create an object without setting all mandatory fields in the constructor.