JEP 467: Markdown Documentation Comments

JEP 467 introduces support for writing JavaDoc using Markdown. This means you can use # Headings, * Lists, **bold**, italic, backticks `code`, code blocks, links, and more — without needing raw HTML.

🔍 This makes documentation cleaner, easier to write, and more readable both in code and in generated JavaDocs.

Last updated