RFR: 8202471: Make type annotations on owner type parameters available

Rafael Winterhalter winterhalter at openjdk.java.net
Sat Oct 24 21:50:48 UTC 2020


A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

-------------

Commit messages:
 - 8202471: A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

Changes: https://git.openjdk.java.net/jdk/pull/851/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=851&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8202471
  Stats: 199 lines in 5 files changed: 193 ins; 1 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/851.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/851/head:pull/851

PR: https://git.openjdk.java.net/jdk/pull/851


More information about the core-libs-dev mailing list