XApi - Core reflection apis and interfaces

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.

Homepage POM file JAR file Javadoc
'net.wetheinter:xapi-core-reflect:0.5'

Dependencies

Compile dependencies

Test dependencies