Annotation Type 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
      java.lang.Class<?> type
      The type of the argument.
      java.lang.String value
      The value of the argument.
    • Element Detail

      • value

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

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