Annotation Interface RandomizerArgument


public @interface RandomizerArgument
Argument of a Randomizer.
Author:
Dovid Kopel (https://github.com/dovidkopel)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The type of the argument.
    The value of the argument.
  • Element Details

    • value

      String value
      The value of the argument.
      Returns:
      value of the argument
      Default:
      ""
    • type

      Class<?> type
      The type of the argument.
      Returns:
      type of the argument
      Default:
      java.lang.Object.class