chromium/third_party/jni_zero/test/golden/testUniqueAnnotations-Placeholder-GEN_JNI.java.golden

//
// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
//

package org.jni_zero;

public class GEN_JNI {
  public static boolean TESTING_ENABLED;
  public static boolean REQUIRE_MOCK;

  public static native int org_jni_1zero_SampleUniqueAnnotations_bar(int x, int y);
  public static native void org_jni_1zero_SampleUniqueAnnotations_baz(Object handle);
  public static native void org_jni_1zero_SampleUniqueAnnotations_foo(long nativePtr, Object arg);
}