The Javadoc html page https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypes.html
is mistakenly showing several occurrence of html entities > and < instead of the greater than , smaller than symbols .
likely due to the usage of those entities in the {@code } in the javadoc.
Escaping likely not required if @code is used #17363 (comment)
So we can try use code tag in all cases
The Javadoc html page https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypes.html
is mistakenly showing several occurrence of html entities
>and<instead of the greater than , smaller than symbols .likely due to the usage of those entities in the
{@code }in the javadoc.Escaping likely not required if
@codeis used #17363 (comment)So we can try use code tag in all cases