Open
Description
https://github.com/zeromq/zproject/blob/master/zproject_java_lib.gsl#L156
if resolve_container (argument) = 1
my.method.okay = 0
#echo "Skipping $(class.name).$(my.method.name) - can't deal with argument type $(argument.type)"
So the class is skipped given the constructor can't be generated.
This is a problem in CZMQ since it means that zactor bindings can't be generated. We'd need some help here from JNI experts! How can we fix this?