JDK-8026017 : Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-10-07
  • Updated: 2013-10-17
  • Resolved: 2013-10-07
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
8 b112Fixed
Related Reports
Relates :  
Description
In Java SE 8, two methods that had been in javax.lang.model.element.Element were moved up into a new superinterface javax.lang.model.AnnotatedConstruct. To make it clearer that those method had been in jx.l.m.e.Element since Java SE 6, jx.l.m.e.Element should include an override of those two methods with the @since information.