JDK-8256917 : Use combo @returns tag in java.compiler javadoc
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-24
  • Updated: 2024-12-20
  • Resolved: 2020-12-09
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 16
16 b28Fixed
Related Reports
Blocks :  
Description
The javadoc of javax.lang.model and javax.annotation.processing would benefit from use the dual-use @return tag being developed under JDK-8075778.
Comments
Changeset: 2a62d5d3 Author: Joe Darcy <darcy@openjdk.org> Date: 2020-12-09 02:37:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/2a62d5d3
09-12-2020

Added trial patch of the changes to use the new javadoc feature.
05-12-2020