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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends GeneratorSpec<?>>
    The generator class for producing data.
  • Element Details

    • value

      @ExperimentalApi Class<? extends GeneratorSpec<?>> value
      The generator class for producing data. Note that the specified class must implement the Generator interface.
      Returns:
      the generator class
      Since:
      5.0.0