Package mg.emberframework.annotation.validation


package mg.emberframework.annotation.validation
  • Annotation Interfaces
    Class
    Description
    Specifies that a field or parameter must conform to a date format.
    Indicates that a field or parameter must contain a valid email address.
    Specifies the exact length that a field or parameter's value must have.
    Indicates that a field or parameter must contain a numeric value.
    Marks a field or parameter as required, meaning it cannot be null or empty.