A simple way to implement reflections in Java.
Go to EXAMPLES.md to learn how to use this library.
Gradle:
dependencies {
implementation 'de.sematre.fastreflection:FastReflection:1.1'
}Maven:
<dependency>
<groupId>de.sematre.fastreflection</groupId>
<artifactId>FastReflection</artifactId>
<version>1.1</version>
</dependency>- 1.1
- Java 7 fix
- Docs update
- 1.0
- Initial version
© Sematre 2019
Distributed under the MIT License. See LICENSE for more information.