Annotation Type ByteRange


  • @Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
    @Retention(RUNTIME)
    @Documented
    @API(status=MAINTAINED,
         since="1.0")
    public @interface ByteRange
    Constrain the range of a generated byte or Byte parameters. Applies to byte or Byte parameters which are also annotated with @ForAll.
    See Also:
    ForAll, ShortRange, IntRange, LongRange, FloatRange, DoubleRange, BigRange
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      byte max  
      byte min  
    • Element Detail

      • min

        byte min
        Default:
        (byte)0x00
      • max

        byte max
        Default:
        (byte)0x7f