
btimus.time-validation.2.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of time-validation Show documentation
Show all versions of time-validation Show documentation
Contains validation constraints for times
The newest version!
com.github.robtimus.validation.time.TimeAfter.message=must have a time that is after {moment}
com.github.robtimus.validation.time.TimeBefore.message=must have a time that is before {moment}
com.github.robtimus.validation.time.TimeMaxAfter.message=must have a time that is at most {duration} after {moment}
com.github.robtimus.validation.time.TimeMaxBefore.message=must have a time that is at most {duration} before {moment}
com.github.robtimus.validation.time.TimeMinAfter.message=must have a time that is at least {duration} after {moment}
com.github.robtimus.validation.time.TimeMinBefore.message=must have a time that is at least {duration} before {moment}
com.github.robtimus.validation.time.TimeNotAfter.message=must have a time that is not after {moment}
com.github.robtimus.validation.time.TimeNotBefore.message=must have a time that is not before {moment}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy