@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface Info
Modifier and Type | Required Element and Description |
---|---|
String |
title
The title of the application.
|
String |
version
The version of the API definition.
|
Modifier and Type | Optional Element and Description |
---|---|
Contact |
contact
The contact information for the exposed API.
|
String |
description
A short description of the application.
|
License |
license
The license information for the exposed API.
|
String |
termsOfService
A URL to the Terms of Service for the API.
|
public abstract String title
public abstract String version
public abstract String description
public abstract String termsOfService
public abstract Contact contact
public abstract License license
Copyright © 2017. All Rights Reserved.