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 SummaryOptional 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- 
descriptionOptional description for the exposed API.- Returns:
- The annotation value.
- Since:
- 9.2.0
 - Default:
- {}
 
- 
namename 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:
- ""
 
- 
urlurl 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:
- ""
 
 
-