Annotation Interface License
Swagger license annotation.
License information for the exposed API.
Used to populate the auto-generated Swagger documentation and UI for server-side
Example:
See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]
Optional description for the exposed API.name field of the Swagger License Object.url field of the Swagger License Object.
-
Element Details
-
description
Optional description for the exposed API.- Returns:
- The annotation value.
- Since:
- 9.2.0
- Default:
- {}
-
name
name field of the Swagger License Object.Notes:
- The format is a plain-text string.
-
Supports SVL Variables (e.g.
"$L{my.localized.variable}" ) for the swagger generator.
- Returns:
- The annotation value.
- Default:
- ""
-
url
url field of the Swagger License Object.Notes:
- The format is a plain-text string.
-
Supports SVL Variables (e.g.
"$L{my.localized.variable}" ) for the swagger generator.
- Returns:
- The annotation value.
- Default:
- ""
-