Annotation Interface Endpoint


@Target(METHOD) @Retention(RUNTIME) public @interface Endpoint
A method nnotated this annotation may have one of the following signature: foo() foo(T requestBody) foo(HttpServletRequest request) foo(HttpServletRequest request, HttpServletResponse response) foo(HttpServletRequest request, HttpServletResponse response, T requestBody)
See Also: