Annotation Type Randomizer


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Randomizer
    Annotation to mark a field to be populated with a random value using the given Randomizer.
    Author:
    Mahmoud Ben Hassine ([email protected])
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Randomizer<?>> value
      The Randomizer to use to generate the random value for this field.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      RandomizerArgument[] args  
    • Element Detail

      • value

        java.lang.Class<? extends Randomizer<?>> value
        The Randomizer to use to generate the random value for this field.
        Returns:
        the randomizer's class