FastReflection

High performance constructor, field and method access using bytecode and Unsafe

APACHE-2.0 License

Stars
4

FastReflection

High performance constructor, field and method access using bytecode and Unsafe

Maven

The latest build:

<dependency>
    <groupId>com.github.Mouse0w0</groupId>
    <artifactId>FastReflection</artifactId>
    <version>1.0.1</version>
</dependency>

Maven repository:

<repository>
    <id>jitpack.io</id>
    <name>JitPack.io</name>
    <url>https://jitpack.io</url>
</repository>

Gradle

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add the dependency

dependencies {
    compile 'com.github.Mouse0w0:FastReflection:1.0.1'
}
Badges
Extracted from project README