Annotation Type GHEventHeader


@Retention(RUNTIME) @Target(PARAMETER) @Documented @InjectedParameter(PayloadHandler.class) public @interface GHEventHeader
InjectedParameter annotation to use on WebMethod parameters. Handles GitHub's X-GitHub-Event header.
Author:
lanwen (Merkushev Kirill)
See Also: