RFR: 8225377: type annotations are not visible to javac plugins across compilation boundaries [v2]
Liam Miller-Cushon
cushon at openjdk.org
Mon Oct 30 23:18:35 UTC 2023
On Mon, 30 Oct 2023 21:45:42 GMT, Vicente Romero <vromero 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?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16407#issuecomment-1786191021
More information about the compiler-dev
mailing list