JDK-8005295 : Use mandated information for printing of repeating annotations
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-12-20
  • Updated: 2023-11-15
  • Resolved: 2021-04-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 17
17 b18Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
For repeating annotations, it could be helpful for the AnnotationMirror construction to know whether or not a container annotation was synthesized by the compiler.  Such information is being made available for javadoc (JDK-8005092) and might be able to be leveraged for javax.lang.model too, including for printing out with higher fidelity to the original sources.
Comments
Changeset: 863feab9 Author: Joe Darcy <darcy@openjdk.org> Date: 2021-04-09 22:02:34 +0000 URL: https://git.openjdk.java.net/jdk/commit/863feab9
09-04-2021

Please target this bug to 8 or later.
26-04-2013