Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b71
-
Verified
Description
The javadoc/doclet needs to be updated to accommodate the lamda changes. The following needs to be done
1) The "Method Summary" table needs to have a new tab for default methods. The tab will list all default methods in an interface.
2) The doclet should check if an interface is a functional interface and display appropriate message on the generated API documentation.
1) The "Method Summary" table needs to have a new tab for default methods. The tab will list all default methods in an interface.
2) The doclet should check if an interface is a functional interface and display appropriate message on the generated API documentation.
Attachments
Issue Links
- duplicates
-
JDK-8010020 Add a testcase to test default methods in interfaces for javadoc testing for lambda
- Resolved
-
JDK-7184461 Support Project Lambda in javadoc API and output
- Resolved