mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
classpath progress
This commit is contained in:
@ -32,4 +32,6 @@ public class Field<T> extends AccessibleObject {
|
||||
}
|
||||
|
||||
public native Object get(Object instance);
|
||||
|
||||
public native void set(Object instance, Object value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user