Annotation Type | Description |
---|---|
Api |
Marks a class as a Swagger resource.
|
ApiImplicitParam |
Represents a single parameter in an API Operation.
|
ApiImplicitParams |
A wrapper to allow a list of multiple
ApiImplicitParam objects. |
ApiModel |
Provides additional information about Swagger models.
|
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 | |
ExternalDocs |
Represents an external documentation description.
|
ResponseHeader |
Represents a header that can be provided as part of the response.
|
Copyright © 2015. All Rights Reserved.