Annotation Interface Min


@Target(PARAMETER) @Retention(RUNTIME) public @interface Min
The annotated element must be a number whose value must be greater or equal to the specified minimum.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    long
    Returns the value the element must be greater or equal to.
  • Element Details

    • value

      long value
      Returns the value the element must be greater or equal to.
      Returns:
      Returns the value the element must be greater or equal to