@Target(value={}) @Retention(value=RUNTIME) public @interface Contact
Info.contact()
to define a contact for the OpenAPI spec.OpenAPIDefinition
,
Info
Modifier and Type | Optional Element and Description |
---|---|
String |
email
The email address of the contact person/organization.
|
Extension[] |
extensions
The list of optional extensions
|
String |
name
The identifying name of the contact person/organization.
|
String |
url
The URL pointing to the contact information.
|
public abstract String name
public abstract String url
public abstract String email
public abstract Extension[] extensions
Copyright © 2020. All rights reserved.