Annotation Type Feed.TagKey

Enclosing interface:
Feed

@ExperimentalApi @Target(TYPE) @Retention(RUNTIME) public static @interface Feed.TagKey
Annotation for specifying a property to use as a tag key in a data feed.

A tag key can be used for filtering records in a data feed.

Since:
5.0.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the name of a property to use as the tag key.
  • Element Details

    • value

      String value
      Specifies the name of a property to use as the tag key.
      Returns:
      property that acts as a tag.
      Since:
      5.0.0
      See Also: