Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 200 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 200 Bytes

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.