melin edited a comment on pull request #9688:
URL: https://github.com/apache/dubbo/pull/9688#issuecomment-1041562470
AbstractGenerator.java 要重覆盖这个方法,才能开启Optional
@OverRide
protected List<PluginProtos.CodeGeneratorResponse.Feature>
supportedFeatures() {
return
Collections.singletonList(PluginProtos.CodeGeneratorResponse.Feature.FEATURE_PROTO3_OPTIONAL);
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]