Hi,
I read the docs and looked at the source, am I right in thinking that contraband does not generate no-arg constructor for Java classes?
If not, how much work would be required to do that. I could raise a PR if you could give me some guidelines.
The reason for requesting this is that it would make interop with certain Java libraries which require POJOs (with a no-arg constructor mandatory) easier to deal with in Scala projects.