put NativeInvocationHandler in jnius java package

This commit is contained in:
Gabriel 2012-12-25 01:07:59 +01:00
parent 21a6e0d4ce
commit 5d143331a8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationHandler;
package jnius;
public class NativeInvocationHandler implements InvocationHandler { public class NativeInvocationHandler implements InvocationHandler {
public NativeInvocationHandler(long ptr) { public NativeInvocationHandler(long ptr) {
this.ptr = ptr; this.ptr = ptr;