Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ FastReflection Public archive

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

License

Notifications You must be signed in to change notification settings

mouse0w0/FastReflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages