Package io.github.krandom.annotation
Annotation Randomizer
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.FIELD}) public @interface Randomizer
Annotation to mark a field to be populated with a random value using the given [ ].
Mahmoud Ben Hassine ([email protected])
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<out Randomizer<?>>
value
private final Array<RandomizerArgument>
args
-