klum-dsl / klum-ast

Turn your models into super models
https://github.com/klum-dsl/klum-ast/wiki
MIT License
3 stars 0 forks source link

Drop Validation annotation #276

Closed pauxus closed 1 year ago

pauxus commented 1 year ago

Should be obsolete after #156, Validation.mode's purpose was to defer validation, which is now the default.

pauxus commented 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.