All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.validator.resources.DefaultValidatorMessages.properties Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
validator.assertFalse=assertion failed
validator.assertTrue=assertion failed
validator.future=must be a future date
validator.length=length must be between {min} and {max}
validator.max=must be less than or equal to {value}
validator.min=must be greater than or equal to {value}
validator.notNull=may not be null
validator.past=must be a past date
validator.pattern=must match "{regex}"
validator.range=must be between {min} and {max}
validator.size=size must be between {min} and {max}
validator.email=not a well-formed email address
validator.notEmpty=may not be null or empty




© 2015 - 2025 Weber Informatics LLC | Privacy Policy