@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) @Documented public @interface ApiDefinition
| Modifier and Type | Optional Element and Description |
|---|---|
String |
contact
API contact informations
|
String |
description
API description
|
String |
docsPath
Get the path of the JAX-RS Swagger API listing endpoint.
|
String |
license
API license
|
String |
licenseUrl
API license URL
|
boolean |
prettyPrint
Whether to pretty format the Swagger output
|
String[] |
schemes
API schemes
|
String |
termsOfServiceUrl
API terms of service URL
|
String |
title
API title
|
String |
version
API version description
|
public abstract String docsPath
public abstract String title
public abstract String version
public abstract String description
public abstract String[] schemes
public abstract String termsOfServiceUrl
public abstract String contact
public abstract String license
public abstract String licenseUrl
Copyright © 2017 The Holon Platform. All rights reserved.