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

Add @Valid annotation for custom simple types #52

Closed bikeholik closed 8 years ago

bikeholik commented 8 years ago

So that I can have a bindings for a simple-type by which I can wrap a simple-type with some class and have custom validations

krasa commented 8 years ago

Nice. Thanks.