Annotation Type FeedSpecAnnotations.WithPostProcessor

Enclosing interface:
FeedSpecAnnotations

@ExperimentalApi @Target(METHOD) @Retention(RUNTIME) public static @interface FeedSpecAnnotations.WithPostProcessor
This annotation allows specifying one or more PostProcessor classes for processing values returned by the annotated spec method.
Since:
5.0.0
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends PostProcessor<?>>[]
    One or more classes implementing the PostProcessor.