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