Annotation Type FeedSpecAnnotations.FunctionSpec

Enclosing interface:
FeedSpecAnnotations

@ExperimentalApi @Target(METHOD) @Retention(RUNTIME) public static @interface FeedSpecAnnotations.FunctionSpec
A spec that is derived from one or more other specs.
Since:
5.0.0
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the names of one or more FeedSpec methods declared by a feed.
    A class containing the method for handling this function spec.
  • Element Details

    • params

      Specifies the names of one or more FeedSpec methods declared by a feed.
      Returns:
      one or more method names that will be used to provide arguments to the target function
      Since:
      5.0.0
    • provider

      A class containing the method for handling this function spec.
      Returns:
      a class that declares a single method for handling the function spec.
      Since:
      5.0.0