-
Enhancement
-
Resolution: Fixed
-
P3
-
22
-
b20
Javadoc should support restricted methods in the Java SE API. The support should be similar to what we do for preview methods that is:
* In the "method summary" section, restricted methods should be clearly visible.
* When clicking on a method details, a "bubble" containing more info about what restricted methods are should be shown.
* Links to restricted methods should be rendered with the classic superscript notation which is used for preview API methods.
An example of javadoc output can be found here:
https://cr.openjdk.org/~mcimadamore/jdk/restricted_javadoc/javadoc/java.base/java/lang/foreign/Linker.html#method-summary
The patch to generate that javadoc is available here:
https://github.com/openjdk/jdk/compare/master...mcimadamore:jdk:restricted_anno?expand=1
* In the "method summary" section, restricted methods should be clearly visible.
* When clicking on a method details, a "bubble" containing more info about what restricted methods are should be shown.
* Links to restricted methods should be rendered with the classic superscript notation which is used for preview API methods.
An example of javadoc output can be found here:
https://cr.openjdk.org/~mcimadamore/jdk/restricted_javadoc/javadoc/java.base/java/lang/foreign/Linker.html#method-summary
The patch to generate that javadoc is available here:
https://github.com/openjdk/jdk/compare/master...mcimadamore:jdk:restricted_anno?expand=1
- is blocked by
-
JDK-8316970 Add internal annotation to mark restricted methods
-
- Resolved
-
- relates to
-
JDK-8318601 Remove javadoc text about restricted methods
-
- Resolved
-
-
JDK-8312522 Implementation of Foreign Function & Memory API
-
- Resolved
-