krasa / krasa-jaxb-tools

XJC / JAXB plugin for generation of Bean Validation Annotations (JSR-303) and replacing primitive types
Apache License 2.0
60 stars 49 forks source link

Adding support for case minoccurs=1, maxoccurs=1, nillable=true #39

Closed patelm5 closed 8 years ago

patelm5 commented 9 years ago

As the title suggests, it would be nice if we could handle the case when someone specifies that an element is always sent, but could be sent as null.

krasa commented 8 years ago

Thanks!