State of JEP 119
Joseph D. Darcy
joe.darcy at oracle.com
Tue Mar 4 21:14:57 UTC 2025
Catching up on email, that prototype / proof of concept code was the
final result of JEP 119.
It was removed from the JDK after a change in policy on hosting such code.
HTH,
-Joe
On 12/18/2024 3:06 AM, Determann wrote:
> 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