JDK-8011027 : Type parameter annotations not passed through to javax.lang.model
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-03-28
  • Updated: 2013-06-11
  • Resolved: 2013-04-22
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 b89Fixed
Related Reports
Duplicate :  
Relates :  
Description
Part of JSR 308 allows annotations to be applied to type parameter declarations. The initial implementation of JSR 308 does *not* pass through those annotations to the javax.lang.model methods which retrieve annotations.