blob: e7c7adb4c28d5c7e7d25bbfdd3170d1787e9f9f3 [file] [log] [blame]
// Code generated by gobind. DO NOT EDIT.
// Java class try_.Try is a proxy for talking to a Go program.
//
// autogenerated by gobind -lang=java try
package try_;
import go.Seq;
public abstract class Try {
static {
Seq.touch(); // for loading the native library
_init();
}
private Try() {} // uninstantiable
// touch is called from other bound packages to initialize this package
public static void touch() {}
private static native void _init();
public static native String this_();
}