i18n.JSR.properties Maven / Gradle / Ivy
sizeMustBeIn=size must be in [%d, %d]
matchRegexPattern=match regex pattern %s
integerDigitsFractionDigits=integer digits [%d], fraction digits [%d]
# annotation message
AssertFalse=assert value must be false
AssertTrue=assert value must be true
Null=assert value must be null
NotNull=assert value must be not null
Size=value must be in size
Pattern=value must be match the regex pattern
Digits=value must be fit the digits
Max=value must less the the max value
Min=value must great the min value
DecimalMax=value must less the the max value
DecimalMin=value must great the min value
Future=value must be in the future
Past=value must be in the past