Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java] Support camelCase enum type identifiers
The type identifier was previously used as-is (e.g. `carType`) in the generated code for enums while generated enums always start with a capital letter (`CarType`).
- Loading branch information