github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/issue29559.java.golden (about) 1 // Code generated by gobind. DO NOT EDIT. 2 3 // Java class issue29559.Issue29559 is a proxy for talking to a Go program. 4 // 5 // autogenerated by gobind -lang=java issue29559 6 package issue29559; 7 8 import go.Seq; 9 10 public abstract class Issue29559 { 11 static { 12 Seq.touch(); // for loading the native library 13 _init(); 14 } 15 16 private Issue29559() {} // uninstantiable 17 18 // touch is called from other bound packages to initialize this package 19 public static void touch() {} 20 21 private static native void _init(); 22 23 24 25 public static native void takesAString(String s); 26 }