Annotation Interface Length


@Retention(RUNTIME) @Target(METHOD) public @interface Length
Author:
Bogdan Stefanescu
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
    int
     
    int
     
  • Element Details

    • value

      int value
      Default:
      -1
    • min

      int min
      Default:
      -2147483648
    • max

      int max
      Default:
      2147483647