v4.6.0
·
701 commits
to master
since this release
Fixes
- In generated Java interface classes, only generate getters and not setters for all fields. Also, getters are generated only for fields that are not interfaces (to avoid conflicts with overridden fields that don't have the same base type) #110
- Bug fix to use the appropriate interface class for getters when using generateInterfaces config option in codegen #111