Annotation Interface Digits


The annotated element must be a number within accepted range.

Supported types are:

  • BigDecimal
  • BigInteger
  • CharSequence
  • byte, short, int, long, and their respective wrapper types

null elements are considered valid.