I am using Protobuf in one of my Java projects and recently came across a use case that requires extending Protobuf generated class. From the documentation, it appears that the classes generated will always be immutable (Class generated with final keyword). Is there a way to generate the non-final classes with Protobuf?
Will appreciate someones response over it. Thanks