
Download xapi-core-reflect JAR file with all dependencies
xapi-core-reflect from group net.wetheinter (version 0.5)
All of our modules, somewhere along the way, use reflective structures
wrapping java objects from various apis.
Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses
a bytecode scanner to read in .class files.
In order to abstract over the various apis we wrap,
we have our own interface layer to describe java metadata,
so we can create tools to utilize java structure
independent of any given dependencies.
Page 1 from 1 (items total 1)