Annotation Interface RestMethod


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface RestMethod
Exposes a service method through the Generic REST API.

Parameter names used by REST can be specified explicitly with RestParam.

  • Element Details