Annotation Type Range.DecimalRange


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

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

      • from

        double from
        The minimal value allowed (inclusive)
      • to

        double to
        The maximal value allowed (inclusive)