(Quick Reference)

min

Purpose

Ensures a value does not fall below a minimum value.

Examples

age min: new Date()
price min: 0F

Description

Sets the minimum value of a class that implements java.lang.Comparable. The type of the value must be the same as the property.

This constraint influences schema generation.

Error Code: className.propertyName.min.notmet