Annotation Type HttpMethod
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface HttpMethod
Mark parameter as the http method. GET, POST... If this annotation is used it override @Request.method()
@Target(PARAMETER) @Retention(RUNTIME) public @interface HttpMethod
Request.method()