github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/customprefix.java.golden (about) 1 // Code generated by gobind. DO NOT EDIT. 2 3 // Java class com.example.customprefix.Customprefix is a proxy for talking to a Go program. 4 // 5 // autogenerated by gobind -lang=java -javapkg=com.example customprefix 6 package com.example.customprefix; 7 8 import go.Seq; 9 10 public abstract class Customprefix { 11 static { 12 Seq.touch(); // for loading the native library 13 _init(); 14 } 15 16 private Customprefix() {} // 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 f(); 26 }