Closed pauxus closed 1 year ago
Once step further: since the only sensible use for @Validation
is now @Validation(option=VALIDATE_UNMARKED)
the whole annotation could be dropped and replaced by just allowing @Validate
to be placed on classes as well.
Should be obsolete after #156, Validation.mode's purpose was to defer validation, which is now the default.