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.

LicenseApache 2.0
Tagsreflection
HomePage WeTheInter.net
Ranking#76839 in MvnRepository (See Top Artifacts)
Used By6 artifacts

VersionVulnerabilitiesRepositoryUsagesDate
0.5.x
0.5CentralMay 30, 2015
0.4.x
0.4CentralFeb 23, 2014
0.3.x
0.3CentralApr 13, 2013

Related Books

Java Reflection in Action (In Action series)Java Reflection in Action (In Action series) (2004)
by Forman, Ira R., Forman, Nate