INDENT_PRINT_ARRAYS_OF_ANNOTATIONS

This parameter allows to print pretty formatted arrays


    = {
       = "200", description = "OK"),
       = "404", description = "Error")
    })
instead of inline like this

        = {= "200", description = "OK"), @ApiResponse(responseCode = "404", description = "Error")})