FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Split Java bindings apart to produce one .java file per class #424

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

Java bindings currently put all output into one file with factory methods to instantiate derived classes.

This is not very java-ish. We need a file per class and a custom java generator in FFIG to accomplish this.

jbcoe commented 6 years ago

Duplicate of #347