RFR: JDK-8315458 Implementation of Implicitly Declared Classes and Instance Main Method (Second Preview) [v3]
Jim Laskey
jlaskey at openjdk.org
Thu Nov 2 12:01:16 UTC 2023
On Thu, 2 Nov 2023 11:18:19 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove .orig files
>
> test/langtools/tools/javac/processing/model/element/TestUnnamedClass.java line 1:
>
>> 1: /*
>
> Is the implicit class no longer discoverable through annotation processing?
The class is discoverable but only as a regular class.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16461#discussion_r1379994884
More information about the compiler-dev
mailing list