RFR: JDK-8289249: Add methods to Elements for record constructors
Jonathan Gibbons
jjg at openjdk.org
Fri Aug 5 16:47:03 UTC 2022
On Sun, 31 Jul 2022 02:43:49 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Please review the addition of two predicates to better support records in the javax.lang.model API.
>
> Please also review the CSR https://bugs.openjdk.org/browse/JDK-8291594
Generally, when we specify an `@implNote` for a default method that is a "do-nothing-helpful" method, we should find a place or way to document the useful implementation of the method.
-------------
PR: https://git.openjdk.org/jdk/pull/9694
More information about the compiler-dev
mailing list