Annotation Type License
-
@Target({}) @Retention(RUNTIME) @Inherited public @interface License
License information for the exposed API.- See Also:
- "https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#licenseObject"
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Extension[]extensionsList of extensions to be added to theLicensemodel corresponding to the containing annotation.StringurlA URL to the license used for the API.
-