Annotation Type GHEventPayload
@Retention(RUNTIME)
@Target(PARAMETER)
@Documented
@InjectedParameter(PayloadHandler.class)
public @interface GHEventPayload
InjectedParameter annotation to use on WebMethod parameters.
Handles GitHub's payload of webhook
- Author:
- lanwen (Merkushev Kirill)
- See Also:
-
Nested Class Summary