@Target(value={PARAMETER,FIELD,ANNOTATION_TYPE,TYPE_USE}) @Retention(value=RUNTIME) @GeneratorConfiguration public @interface Distinct
Mark a parameter of a Property method with this annotation to make values generated for the parameter distinct from each other.
Property
This annotation is recognized on array parameters and parameters of type Collection and Map.
Collection
Map
Using this annotation with Size on Set or Map leads to strict size constraint.
Size
Set
Copyright © 2019. All rights reserved.