mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
add stronger typing to method.code
This commit is contained in:
committed by
Joshua Warner
parent
9248f8f8ad
commit
9f5912c2b6
@ -23,7 +23,7 @@ public class VMMethod {
|
||||
public byte[] spec;
|
||||
public MethodAddendum addendum;
|
||||
public VMClass class_;
|
||||
public Object code;
|
||||
public Code code;
|
||||
|
||||
public boolean hasAnnotations() {
|
||||
return addendum != null && addendum.annotationTable != null;
|
||||
|
Reference in New Issue
Block a user