The new name is consistent with existing names JavaCodeGenerator and CliJavaCodeGeneratorOptions.
Backward compatibility is ensured by turning JavaCodegenOptions into a (deprecated) type alias.
Second commit: Deprecate CliJavaCodeGeneratorOptions.toJavaCodegenOptions()
I suspect this method was a public API by accident.
The new name is consistent with existing names
JavaCodeGenerator
andCliJavaCodeGeneratorOptions
. Backward compatibility is ensured by turningJavaCodegenOptions
into a (deprecated) type alias.Second commit: Deprecate
CliJavaCodeGeneratorOptions.toJavaCodegenOptions()
I suspect this method was a public API by accident.