Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.52 KB

FastReflection

Release Version Maven Version Build Status License

A simple way to implement reflections in Java.

Code example

Go to EXAMPLES.md to learn how to use this library.

Implementation

Gradle:

dependencies {
	implementation 'de.sematre.fastreflection:FastReflection:1.1'
}

Maven:

<dependency>
	<groupId>de.sematre.fastreflection</groupId>
	<artifactId>FastReflection</artifactId>
	<version>1.1</version>
</dependency>

Release History

  • 1.1
    • Java 7 fix
    • Docs update
  • 1.0
    • Initial version

Info

© Sematre 2019

Distributed under the MIT License. See LICENSE for more information.