Annotation Type Get
@Retention(RUNTIME) @Target(METHOD) public @interface Get
Annotation for mapping
HttpMethod.GET
onto specific method.@Retention(RUNTIME) @Target(METHOD) public @interface Get
HttpMethod.GET
onto specific method.