Annotation Interface AIntegerArgument


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

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

    • min

      int min
      Returns:
      The minimum value this argument can take (inclusive)
      Default:
      -2147483648
    • max

      int max
      Returns:
      The maximum value this argument can take (inclusive)
      Default:
      2147483647