We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Spring format adds a white space between > and (:
>
(
private record LookupResult<T> (T match, boolean hasMore) { }
And then checkstyle fails with
'(' is preceded with whitespace.