🪶
Light and Elegant
A powerful, elegant, beautiful API built with Kotlin lambda can help you quickly implement bytecode filtering and reflection functions.
public class World {
private void sayHello(String content) {
System.out.println("Hello " + content + "!");
}
}val myWorld = World()
World::class.resolve().firstMethod {
name = "sayHello"
parameters(String::class)
}.of(myWorld).invoke("KavaRef")