Annotation Interface ValidateLength


@Target(METHOD) @Retention(RUNTIME) public @interface ValidateLength
  • Element Details

    • min

      int min
      Default:
      -1
    • value

      int value
      Default:
      255
    • minMessage

      String minMessage
      Default:
      "Value for field \'%s\' is shorter than %3$d!"
    • maxMessage

      String maxMessage
      Default:
      "Value for field \'%s\' is longer than %4$d!"