sun.misc.SharedSecrets Maven / Gradle / Ivy
The newest version!
package sun.misc;
/**
* Stub for the Java 8 compatibility when compiled with JDK 9+.
*/
public class SharedSecrets {
public static native JavaLangAccess getJavaLangAccess();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy