RFR: 8225377: type annotations are not visible to javac plugins across compilation boundaries [v2]

Vicente Romero vromero at openjdk.org
Mon Oct 30 23:49:33 UTC 2023


On Mon, 30 Oct 2023 23:15:37 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> > if it was a separate instance I would prefer ClassReader to create an instance of it even it it is not registered in Context, but registering it in Context would be the "standard" approach I think
> 
> Sounds good, thanks. I'm happy to implement whichever of these options you prefer. Do you prefer having the logic in ClassReader, or a separate class that ClassReader creates an instance of?

I'm OK with the last version, thanks

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

PR Comment: https://git.openjdk.org/jdk/pull/16407#issuecomment-1786216684


More information about the compiler-dev mailing list