icerockdev/web-utils

Translations in validation annotation don't work

Closed this issue · 0 comments

    @field:StrictEmail(message = "Email should be valid")
    @field:NotNull(message = "Email is required")
    var email: String