This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DO NOT EDIT THIS FILE - it is machine generated */ | |
#include <jni.h> | |
/* Header for class com_gotofinal_blog_tricks_ReflectiveAccessModulesNative */ | |
#ifndef _Included_com_gotofinal_blog_tricks_ReflectiveAccessModulesNative | |
#define _Included_com_gotofinal_blog_tricks_ReflectiveAccessModulesNative | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* | |
* Class: com_gotofinal_blog_tricks_ReflectiveAccessModulesNative | |
* Method: setAccessible | |
* Signature: (Ljava/lang/reflect/AccessibleObject;Z)V | |
*/ | |
JNIEXPORT void JNICALL Java_com_gotofinal_blog_tricks_ReflectiveAccessModulesNative_setAccessible | |
(JNIEnv *, jclass, jobject, jboolean); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment