JDK-7184461 : Support Project Lambda in javadoc API and output
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-07-16
  • Updated: 2013-06-21
  • Resolved: 2013-06-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Project Lambda is added a number of concepts to the Java language, include interface methods with defaults and functional interfaces.  These concepts should be queriable in javadoc and reflected in the HTML output of the tool.

Comments
This feature has been implemented as a part of 8004893.
21-06-2013