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