Skip to content

Sematre/FastReflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple way to implement reflections in Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages