We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2ff49 commit 112d1b7Copy full SHA for 112d1b7
Sources/SwiftJavaRuntimeSupport/JNI.swift
@@ -44,10 +44,3 @@ public final class JNI {
44
public func _JNI_OnLoad(_ javaVM: JavaVMPointer, _ reserved: UnsafeMutableRawPointer) {
45
JNI.shared = JNI(fromVM: JavaVirtualMachine(adoptingJVM: javaVM))
46
}
47
-
48
-public protocol ApplicationClassLoadable: AnyJavaObjectWithCustomClassLoader {}
49
-extension ApplicationClassLoadable {
50
- public static func getJavaClassLoader(in environment: JNIEnvironment) throws -> JavaClassLoader! {
51
- JNI.shared.applicationClassLoader
52
- }
53
-}
0 commit comments