jni-bind-rs
Made importing classes from java easy!
This library provides the import_class macro that automatically implements the object structure. All the method IDs and classes are cached to increase performance.
Known Limitations
- cannot import generic classes and methods.
- cannot import constants.
Examples
Basic usage of import_class:
use import_class;
use ;
import_class!
import_class!