An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/stephanenicolas/reflection-no-reflection

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Reflection No Reflection [![Build Status](https://travis-ci.org/stephanenicolas/reflection-no-reflection.svg?branch=master)](https://travis-ci.org/stephanenicolas/reflection-no-reflection)
------------------------

All credits of the library logo to [Tracey Sarsfield](http://www.traceysarsfield.com/gallery.html), 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.

* [Javadoc](http://stephanenicolas.github.io/reflection-no-reflection/)
* [Wiki](https://github.com/stephanenicolas/reflection-no-reflection/wiki)