INDENT_PRINT_ARRAYS_OF_ANNOTATIONS
This parameter allows to print pretty formatted arrays
= {
= "200", description = "OK"),
= "404", description = "Error")
})
Content copied to clipboardinstead of inline like this
= {= "200", description = "OK"), @ApiResponse(responseCode = "404", description = "Error")})
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard
Content copied to clipboardContent copied to clipboard