Package org.instancio.feed
Annotation Type FeedSpecAnnotations.GeneratedSpec
- Enclosing interface:
FeedSpecAnnotations
@ExperimentalApi
@Target(METHOD)
@Retention(RUNTIME)
public static @interface FeedSpecAnnotations.GeneratedSpec
A feed spec that is generated by a
Generator.- Since:
- 5.0.0
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends GeneratorSpec<?>> The generator class for producing data.
-
Element Details
-
value
The generator class for producing data. Note that the specified class must implement theGeneratorinterface.- Returns:
- the generator class
- Since:
- 5.0.0
-