Integrated: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables

Rafael Winterhalter winterhalter at openjdk.java.net
Tue Nov 17 11:27:03 UTC 2020


On Sat, 24 Oct 2020 21:44:22 GMT, Rafael Winterhalter <winterhalter at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 53a31889
Author:    Rafael Winterhalter <winterhalter at openjdk.org>
Committer: Joel Borggrén-Franck <jfranck at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/53a31889
Stats:     242 lines in 7 files changed: 235 ins; 0 del; 7 mod

8202471: (ann) Cannot read type annotations on generic receiver type's type variables

Reviewed-by: jfranck

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

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


More information about the core-libs-dev mailing list