| Annotation Type | Description |
|---|---|
| Api |
describes a top-level api.
|
| ApiImplicitParam |
Represents a single parameter in an Api Operation.
|
| ApiImplicitParams |
A simple array wrapper to contain multiple ApiImplicitParam objects
|
| ApiModel |
A bean class used in the REST-api.
|
| ApiModelProperty |
An ApiModelProperty desecribes a property inside a model class.
|
| ApiOperation |
Describes an operation or typically a HTTP method against a specific path.
|
| ApiParam |
Represents a single parameter in an Api Operation.
|
| ApiResponse |
An ApiResponse represents a type of response from a server.
|
| ApiResponses |
A simple array wrapper to contain multiple ApiResponse objects
|
| Authorization | |
| AuthorizationScope |
Copyright © 2014. All Rights Reserved.