Description
Now that main requires Java 21, we can start using the @snippet javadoc tag, which is quite more convenient to use than the <pre class="prettyprint"></pre> HTML tags we are currently using.
One problem I noticed is that gradlew tidy messes up with formatting when @snippet tags are used.
Description
Now that main requires Java 21, we can start using the
@snippetjavadoc tag, which is quite more convenient to use than the<pre class="prettyprint"></pre>HTML tags we are currently using.One problem I noticed is that
gradlew tidymesses up with formatting when@snippettags are used.