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 log4j-core Show documentation
Show all versions of log4j-core Show documentation
The Apache Log4j Implementation
/**
* 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() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy