We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
At the moment, the formatter formats things like this
enum State { @JsonProperty("open") OPEN, @JsonProperty("closed") CLOSED }
Something like this would be better: