pschichtel / jni-access-generator   1.1.1

MIT License GitHub

Small code generator to simplify Java access from C.

jni-access-generator

Small code generator to simplify Java access from C.

Usage is simple: Add @JNIAccess to a constructor, method or field and use the generated functions to access them from JNI.