[][src]Crate jnix_macros

This is a companion crate to jnix that provides some procedural macros for interfacing JNI with Rust. See the jnix crate documentation for more information

Derive Macros

FromJava

Derives FromJava for a type.

IntoJava

Derives IntoJava for a type.