Annotation Interface AFloatArgument


@Retention(SOURCE) @Target(PARAMETER) public @interface AFloatArgument
Annotation equivalent of the FloatArgument
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    float
     
    float
     
  • Element Details

    • min

      float min
      Returns:
      The minimum value this argument can take (inclusive)
      Default:
      -3.4028235E38f
    • max

      float max
      Returns:
      The maximum value this argument can take (inclusive)
      Default:
      3.4028235E38f