Annotation Interface 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
    Class<? extends Randomizer<?>>
    The Randomizer to use to generate the random value for this field.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description