Skip to content
/ rf Public

simple reflection based on Function<?,?>s and friendly-to-use enums

License

Notifications You must be signed in to change notification settings

bfu4/rf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rf

rf is a simple reflection library based on Function<?,?>s and friendly-to-use enums.

if you understand the overhead of this (or the bytecode with all of these lambdas): cry about it

if you don't know what that means, glhf

Usage

Maven

<dependency>
    <groupId>com.localhost22</groupId>
    <artifactId>rf</artifactId>
    <version>1.0</version>
</dependency>

Java

/**
 * Method `method()` from YourClass.
 * You can retreive methods by utilising their signatures.
 */
public static final Method RETREIVED_METHOD = Retreivers.METHOD.get(YourClass.class, "method()V");

About

simple reflection based on Function<?,?>s and friendly-to-use enums

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages