v2.2.0
What's Changed
New Features
- Add Bean Validation
@Email
annotation to fields withformat: email
by @Chrimle in #224Added Bean Validation for
String
fields with theformat
property set toemail
. This property value will annotate the generated field with@Email
. Requires theuseBeanValidation
configOption to be set totrue
. Theformat
property remains optional.
Full Changelog: v2.1.1...v2.2.0