Annotation Type TreeResponse


  • @Retention(RUNTIME)
    @Target(METHOD)
    @InterceptorAnnotation(Processor.class)
    public @interface TreeResponse
    Takes the return value of a web method and serve it as a JSON representation via Api class. Among other things, this enables the tree parameter.
    Author:
    Kohsuke Kawaguchi