Annotation Interface Get


@Retention(RUNTIME) @Target(METHOD) public @interface Get
Indicates that a method handles HTTP GET requests.

This annotation is typically used within a @Controller class to map a method to a specific URL for retrieving resources.

Since:
1.0.0
Version:
1.0.0
Author:
Sandratra NIAINA