Annotation Interface JNIEntryPoint


@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface JNIEntryPoint
An annotation used to mark methods called by the JNI native interface. The annotation can be used by Features to register the annotated methods as JNI accessed.