Annotation Type Url
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface Url
Mark parameter as the URL of the http request If this annotation is used it override the @Request.path()
and theHttpClient.base(String)
@Target(PARAMETER) @Retention(RUNTIME) public @interface Url
Request.path()
and the HttpClient.base(String)