Annotation Type MinInt

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      long value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean inclusive
      Specifies whether the specified maximum is inclusive or exclusive.
      boolean off
      Allows to disable validation rule if validation inherited from super class.
    • Element Detail

      • value

        long value
        Returns:
        value the element must be higher or equal to
      • off

        boolean off
        Allows to disable validation rule if validation inherited from super class. By default, disable is off
        Returns:
        true if the validation must be disabled, false otherwise
        Default:
        false
      • inclusive

        boolean inclusive
        Specifies whether the specified maximum is inclusive or exclusive. By default, it is inclusive.
        Returns:
        true if the value must be lower or equal to the specified maximum, false if the value must be lower
        Default:
        true