Annotation Type GET


@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.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details