@Target(value={METHOD,TYPE,ANNOTATION_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.
|
Extension[] |
extensions
The list of optional extensions
|
String |
url
The URL for the target documentation.
|
public abstract String description
public abstract String url
public abstract Extension[] extensions
Copyright © 2020. All rights reserved.