remove dependency for now, will fix later

This commit is contained in:
Adam D. Ruppe 2019-12-23 23:34:03 -05:00
parent f3fdccb620
commit 24a44cee1a
1 changed files with 3 additions and 0 deletions

3
jni.d
View File

@ -194,6 +194,7 @@ private string getJavaName(alias a)() {
/+ Java class file definitions { +/
// see: https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.6
version(WithClassLoadSupport) {
import arsd.declarativeloader;
struct cp_info {
@ -410,6 +411,8 @@ struct ClassFile {
@NumElements!attributes_count attribute_info[] attributes;
}
}
/+ } end java class file definitions +/
// semi-FIXME: java.lang.CharSequence is the interface for String. We should support that just as well.