Annotation Interface ProjectedPayload


@Documented @Retention(RUNTIME) @Target({TYPE,PARAMETER}) public @interface ProjectedPayload
Annotation to mark projection interfaces and handler method projection arguments that are supposed to be used as projection interface to bind request or response payloads to.
Since:
1.13
Author:
Oliver Gierke, Chris Bono