org.fusesource.hawtjni.runtime.JNIEnv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leveldbjni-all Show documentation
Show all versions of leveldbjni-all Show documentation
An uber jar which contains all the leveldbjni platform libraries and dependencies
The newest version!
/**
* Copyright (C) 2010, FuseSource Corp. All rights reserved.
*/
package org.fusesource.hawtjni.runtime;
/**
*
* This is a marker class. Methods that take this as an argument
* will receive that actual native 'JNIEnv *' value. Since this
* class cannot be instantiated, Java callers must pass null
* for the value.
*
*
* @author Hiram Chirino
*/
public class JNIEnv {
private JNIEnv() {}
}