v0.5.0
Java Language Target is Supported!
Now you can use java as language target, like this:
bubbler -t java -o /path/to/mydir/ ./example.bb
Remember, you can use java_package
option in .bb
file to rename generated package.
option java_package = "com.example.myproject.mypackage";