Withdrawn: 8274617: constructor and parameter annotations are not copied to the anonymous class constructor

duke duke at openjdk.java.net
Wed Feb 16 10:47:10 UTC 2022


On Wed, 24 Nov 2021 22:34:29 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> Please review this PR which is about propagating constructor and parameter annotations to the anonymous class constructor. Currently we are propagating them to bridge methods which are synthetic. Propagating them to the anonymous class constructor seems sensible given that they are mandated by the spec. Please review also the related CSR,
> 
> TIA

This pull request has been closed without being integrated.

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

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


More information about the compiler-dev mailing list