@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface Url
@GET Call<ResponseBody> list(@Url String url);
See base URL for details of how the value will be resolved against a base URL to create the full endpoint URL.