stephanenicolas / reflection-no-reflection

A proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflection No Reflection Build Status

All credits of the library logo to Tracey Sarsfield, we use this picture with her kind permission.

Reflection No Reflection is a proof of concept to create an API that is 100% compatible with the Java core reflection API, but without any reflection.

We hope to create a new technology that can improve all reflection based libraries for Android and Java.

The main idea is to create a reflection compatible API using annotation processing and byte code weaving.

This project has been initiated by the Android Groupon team, 2014.

About

A proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.

License:Apache License 2.0


Languages

Language:Java 99.8%Language:HTML 0.2%