On Sat, 24 Oct 2020 21:44:22 GMT, Rafael Winterhalter <winterhal...@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 <winterhal...@openjdk.org> Committer: Joel Borggrén-Franck <jfra...@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