Package org.instancio.feed
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
-
Element Details
-
params
Specifies the names of one or moreFeedSpecmethods 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
-