@Retention(CLASS) @Target({METHOD})
public @interface GET
HTTP
GET request. The value is the URL path relative to the
baseUrl passed to <Tag>Api.of(baseUrl). Path placeholders such
as /pet/{petId} are substituted from method parameters annotated
with Path.Methods
public abstract String value() |
Method details
value
public abstract String value()