mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
start work on reflection; bugfixes
This commit is contained in:
@ -30,4 +30,6 @@ public class Field<T> extends AccessibleObject {
|
||||
public String getName() {
|
||||
return new String(name, 0, name.length - 1, false);
|
||||
}
|
||||
|
||||
public native Object get(Object instance);
|
||||
}
|
||||
|
Reference in New Issue
Block a user