Skip navigation links

MicroProfile OpenAPI API v2.0

@Version(value="1.0") @ProviderType

Package org.eclipse.microprofile.openapi.annotations.headers

An annotation to describe a single header object.

See: Description

Package org.eclipse.microprofile.openapi.annotations.headers Description

An annotation to describe a single header object.

Example usage:

  @GET
  @APIResponse(
          responseCode = "200",
          description = "successful operation",
          headers =  @Header(ref="#/components/headers/Request-Limit")
      )
 
Skip navigation links

MicroProfile OpenAPI API v2.0

Copyright © 2017 – 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.