Annotation Type Range.StringRange


  • @Retention(RUNTIME)
    @Target(METHOD)
    public static @interface Range.StringRange
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int from
      The minimal String length allowed (inclusive)
      int to
      The maximal String length allowed (inclusive)
    • Element Detail

      • from

        int from
        The minimal String length allowed (inclusive)
      • to

        int to
        The maximal String length allowed (inclusive)