Annotation Type Range.NumericRange


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

      Required Elements 
      Modifier and Type Required Element Description
      long from
      The minimal value allowed (inclusive)
      long to
      The maximal value allowed (inclusive)
    • Element Detail

      • from

        long from
        The minimal value allowed (inclusive)
      • to

        long to
        The maximal value allowed (inclusive)