Annotation Type AccessedByNative
-
@Target(FIELD) @Retention(CLASS) public @interface AccessedByNativeis used by the JNI generator to create the necessary JNI bindings and expose this method to native code.
@Target(FIELD)
@Retention(CLASS)
public @interface AccessedByNative