@Version(value="1.0") @ProviderType
See: Description
| Annotation Type | Description |
|---|---|
| Header |
Describes a single header object
|
Example usage:
@GET
@APIResponse(
responseCode = "200",
description = "successful operation",
headers = @Header(ref="#/components/headers/Request-Limit")
)
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.