Annotation Type RespondWithRedirect


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    @InterceptorAnnotation(Processor.class)
    public @interface RespondWithRedirect
    InterceptorAnnotation annotation to use on WebMethod signature. Helps to redirect to prev page after web-method invoking. WebMethod can return void
    Author:
    lanwen (Merkushev Kirill)
    See Also:
    Web Method