2019-10-01 18:24:44 -04:00
|
|
|
// Code generated by gobind. DO NOT EDIT.
|
|
|
|
|
|
2016-08-20 21:10:46 +02:00
|
|
|
// Java class com.example.customprefix.Customprefix is a proxy for talking to a Go program.
|
2015-08-27 12:19:47 -04:00
|
|
|
//
|
2019-10-01 18:24:44 -04:00
|
|
|
// autogenerated by gobind -lang=java -javapkg=com.example customprefix
|
2016-08-20 21:10:46 +02:00
|
|
|
package com.example.customprefix;
|
2015-08-27 12:19:47 -04:00
|
|
|
|
|
|
|
|
import go.Seq;
|
|
|
|
|
|
|
|
|
|
public abstract class Customprefix {
|
2016-02-12 18:50:33 +01:00
|
|
|
static {
|
|
|
|
|
Seq.touch(); // for loading the native library
|
2016-09-04 23:37:26 +03:00
|
|
|
_init();
|
2015-08-27 12:19:47 -04:00
|
|
|
}
|
|
|
|
|
|
2016-02-12 18:50:33 +01:00
|
|
|
private Customprefix() {} // uninstantiable
|
|
|
|
|
|
2016-03-13 18:28:54 +01:00
|
|
|
// touch is called from other bound packages to initialize this package
|
|
|
|
|
public static void touch() {}
|
|
|
|
|
|
2016-09-04 23:37:26 +03:00
|
|
|
private static native void _init();
|
2016-02-12 18:50:33 +01:00
|
|
|
|
|
|
|
|
|
2016-08-20 21:10:46 +02:00
|
|
|
|
2016-09-04 23:37:26 +03:00
|
|
|
public static native void f();
|
2015-08-27 12:19:47 -04:00
|
|
|
}
|