mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
finish java/lang/ref/* support; add wrapper classes for primitives
This commit is contained in:
@ -15,6 +15,8 @@ public abstract class System {
|
||||
|
||||
public static native String getProperty(String name);
|
||||
|
||||
public static native void gc();
|
||||
|
||||
public static class Output {
|
||||
public synchronized native void print(String s);
|
||||
|
||||
|
Reference in New Issue
Block a user