timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

How to express generics #85

Open HyDreamFly opened 3 months ago

HyDreamFly commented 3 months ago

How to express this type in golang:List Statement type is interface

java:List statementList = new ArrayList(); golang:jnigi.NewObjectArrayRef("java/util/List")