Annotation Interface NegativeOrZero


The annotated element must be a negative number or 0.

Supported types are:

  • BigDecimal
  • BigInteger
  • byte, short, int, long, float, double and their respective wrappers

null elements are considered valid.

Since:
2.0
Author:
Gunnar Morling
  • Element Details

    • message

      String message
      Default:
      "{jakarta.validation.constraints.NegativeOrZero.message}"
    • groups

      Class<?>[] groups
      Default:
      {}
    • payload

      Class<? extends Payload>[] payload
      Default:
      {}