jnigi icon indicating copy to clipboard operation
jnigi copied to clipboard

How to express generics

Open HyDreamFly opened this issue 7 months ago • 0 comments

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")

HyDreamFly avatar Jul 11 '24 09:07 HyDreamFly