Annotation Type FeedSpecAnnotations.DataSpec

Enclosing interface:
FeedSpecAnnotations

@ExperimentalApi @Target(METHOD) @Retention(RUNTIME) public static @interface FeedSpecAnnotations.DataSpec
Allows mapping a property name from an external data source to a spec method in a Feed.
Since:
5.0.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the name of a property that a spec method in a Feed should map to.
  • Element Details

    • value

      Specifies the name of a property that a spec method in a Feed should map to.
      Returns:
      property name defined in an external data source
      Since:
      5.0.0