Annotation Type AccessedByNative


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