Annotation Interface APIResponses
The ApiResponses annotation is a container for @ApiResponse annotations. When used on a method it is treated as if
each ApiResponse annotation were applied individually.
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionList of extensions to be added to theAPIResponses
model corresponding to the containing annotation.An array of APIResponse annotations
-
Element Details
-
value
APIResponse[] valueAn array of APIResponse annotations- Returns:
- the array of the APIResponse
- Default:
- {}
-
extensions
Extension[] extensionsList of extensions to be added to theAPIResponses
model corresponding to the containing annotation.- Returns:
- array of extensions
- Since:
- 3.1
- Default:
- {}
-