State of JEP 119
Remi Forax
forax at univ-mlv.fr
Thu Dec 19 10:29:00 UTC 2024
I'm not directly answering to your question but
are you aware of the OpenJDK babylon project
https://openjdk.org/projects/babylon/
The code model of babylon is maybe what your are looking for.
regards,
Rémi
----- Original Message -----
> From: "Determann" <determann at protonmail.com>
> To: "compiler-dev" <compiler-dev at openjdk.org>
> Sent: Wednesday, December 18, 2024 12:06:05 PM
> Subject: State of JEP 119
> Hi all,
>
> I'm trying to build an API for any kind of meta-programming in Java.
> An implementation of javax.lang.model backed by reflection might simplify that.
>
> https://openjdk.org/jeps/119
> The JEP is marked as Closed/Delivered with Release 8.
> I only found prototypes, the last one for JDK 9.
> https://hg.openjdk.org/jdk9/jdk9/langtools/file/82d0e10df078/src/sample/share/language/model/CoreReflectionFactory.java
>
> What did I miss?
>
> Lukas
More information about the compiler-dev
mailing list