@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface ApiResponses
ApiResponse
Modifier and Type | Required Element and Description |
---|---|
ApiResponse[] |
value
A list of
ApiResponse s provided by the API operation. |
public abstract ApiResponse[] value
ApiResponse
s provided by the API operation.Copyright © 2017–2020. All rights reserved.