@Target(value={PARAMETER,FIELD,ANNOTATION_TYPE,TYPE_USE}) @Retention(value=RUNTIME) @GeneratorConfiguration public @interface ValuesOf
Mark a parameter of a Property method with this annotation to generate all the parameter type's values in turn, rather than at random.
Property
This annotation is recognized on parameters of type boolean and Enum.
boolean
Enum
Copyright © 2016. All rights reserved.