pschichtel / jni-access-generator

Small code generator to simplify Java access from C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Small code generator to simplify Java access from C.

License:MIT License


Languages

Language:Java 100.0%