State of JEP 119

Determann determann at protonmail.com
Wed Dec 18 11:06:05 UTC 2024


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