Annotation Interface FFMJNI


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface FFMJNI
Adds two leading pointer parameters to which NULL will be passed implicitly.

This is a convenient way to call native functions from JNI libraries.

When specified at the interface level, it is as if every method in the interface is annotated with @FFMJNI.