Annotation Interface ResponsePayload


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ResponsePayload
Annotation which indicates that a method return value should be bound to the response payload. Supported for annotated endpoint methods.
Since:
2.0
Author:
Arjen Poutsma
See Also: