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