|
Basically create a series of interfaces paralleling information available from the JDK Class, Field, Method, etc. The ultimate plan is to feed this information from Jandex. Trouble is that Jandex does not currently provide this information. I have spoken with Jason and it likely will.
In the interim, we will simply load the Class (leveraging the JPA temp ClassLoader if provided) and extract the information.
|