Hello Gunnar,
I posted a blog entry about that effort a while ago:
"javax.lang.model backed by core reflection"
https://blogs.oracle.com/darcy/entry/core_backed_lang_model
and the source code can be found in the JDK 8 Hg repos:
http://hg.openjdk.java.net/jdk8/tl/langtools/file/tip/src/share/sample/language/model/CoreReflectionFactory.java
HTH,
-Joe
On 01/16/2014 04:30 PM, Gunnar Morling wrote:
Hi,
I'm looking for guidance on how to work with JEP 119 ("javax.lang.model
Implementation Backed by Core Reflection").
Is this part of the latest JDK 8 build (123)? If so, what's the entry point
into the reflection-backed implementation of the API? There was the
announcement of an PoC implementation some time last year [2], but I can't
find any information on whether that has been integrated into the official
build.
Many thanks,
--Gunnar
[1] http://openjdk.java.net/jeps/119
[2] http://mail.openjdk.java.net/pipermail/jdk8-dev/2013-May/002502.html