Annotation Type Min

    • Required Element Summary

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

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean inclusive
      Specifies whether the specified minimum is inclusive or exclusive.
    • Element Detail

      • value

        double value
        Returns:
        the value of the minimum constraint
      • inclusive

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