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.
- Host: GitHub
- URL: https://github.com/stephanenicolas/reflection-no-reflection
- Owner: stephanenicolas
- License: apache-2.0
- Created: 2014-11-20T19:03:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T21:18:02.000Z (over 10 years ago)
- Last Synced: 2025-04-02T04:34:32.051Z (8 months ago)
- Language: Java
- Size: 1.4 MB
- Stars: 130
- Watchers: 10
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-libraries - Reflection No Reflection - no-reflection | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) (Showcases)
- awesome-android-libraries - Reflection No Reflection - no-reflection | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) (Showcases)
- awesome-android-libraries - Reflection No Reflection
README
Reflection No Reflection [](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)