Annotation Type NumberRange

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int rangeEnd
      Returns the maximum value of the attribute.
      int rangeStart
      Returns the minimum value of the attribute.
    • Element Detail

      • rangeStart

        int rangeStart
        Returns the minimum value of the attribute. If not provided the default is 0.
        Returns:
        the attribute minimum value.
        Default:
        0
      • rangeEnd

        int rangeEnd
        Returns the maximum value of the attribute. If not provided the default is Integer.MAX_VALUE;
        Returns:
        the attribute maximum value.
        Default:
        2147483647