Annotation Interface ADoubleArgument


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

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

    • min

      double min
      Returns:
      The minimum value this argument can take (inclusive)
      Default:
      -1.7976931348623157E308
    • max

      double max
      Returns:
      The maximum value this argument can take (inclusive)
      Default:
      1.7976931348623157E308