@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface ExternalDocumentation
Operation
to add a reference to an external
resource for extended documentation of an Operation (OpenAPI specification).
It may also be used to add external documentation to Tag
,
Header
or Schema
,
or as field of OpenAPIDefinition
.
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A short description of the target documentation.
|
String |
url
The URL for the target documentation.
|
public abstract String description
public abstract String url
Copyright © 2017. All rights reserved.