Annotation Interface RestApi


@Retention(RUNTIME) @Target(METHOD) public @interface RestApi
Indicates that a method exposes a RESTful API endpoint.

Methods annotated with @RestApi are intended to handle HTTP requests and return responses in a RESTful manner in JSON format.

Since:
1.0.0
Version:
1.0.0
Author:
Sandratra NIAINA