> A few years ago we switched to [Flexbox
> Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to
> implement the sticky header in the API docs generated by `javadoc`. This
> solved the problem of anchor link targets [not being positioned
> correctly](https://bugs.openjdk.org/br
On Mon, 16 Oct 2023 12:11:03 GMT, Hannes Wallnöfer wrote:
>> A few years ago we switched to [Flexbox
>> Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to
>> implement the sticky header in the API docs generated by `javadoc`. This
>> solved the problem of anchor link targets
On Thu, 28 Sep 2023 19:50:21 GMT, Hannes Wallnöfer wrote:
> A few years ago we switched to [Flexbox
> Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to
> implement the sticky header in the API docs generated by `javadoc`. This
> solved the problem of anchor link targets [no
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote:
> Please review a change to add support for restricted methods to JavaDoc. The
> bulk of this patch was contributed by @mcimadamore. It adds a warning note to
> the summary and details of restricted methods and a superscript to links to
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote:
> Please review a change to add support for restricted methods to JavaDoc. The
> bulk of this patch was contributed by @mcimadamore. It adds a warning note to
> the summary and details of restricted methods and a superscript to links to
> Classfile API is an internal library under package `jdk.internal.classfile`
> in JDK 21.
> This pull request turns the Classfile API into a preview feature and moves it
> into `java.lang.classfile`.
> It repackages all uses across JDK and tests and adds lots of missing Javadoc.
>
> This PR goe
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote:
> Please review a change to add support for restricted methods to JavaDoc. The
> bulk of this patch was contributed by @mcimadamore. It adds a warning note to
> the summary and details of restricted methods and a superscript to links to