Annotation Interface ALongArgument


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

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

    • min

      long min
      Returns:
      The minimum value this argument can take (inclusive)
      Default:
      -9223372036854775808L
    • max

      long max
      Returns:
      The maximum value this argument can take (inclusive)
      Default:
      9223372036854775807L