jnigi
jnigi copied to clipboard
How to express generics
How to express this type in golang:List<Statement> Statement type is interface
java:List<Statement> statementList = new ArrayList<Statement>(); golang:jnigi.NewObjectArrayRef("java/util/List")