Annotation Type RequirePostWithGHHookPayload


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    @InterceptorAnnotation(Processor.class)
    public @interface RequirePostWithGHHookPayload
    InterceptorAnnotation annotation to use on WebMethod signature. Encapsulates preprocess logic of parsing GHHook or test connection request
    Author:
    lanwen (Merkushev Kirill)
    See Also:
    Web Method