-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Currently, in order to generate protobuf marshallers for pojos, we need to annotate every field with @ProtoField. We should introduce a simplified @ProtoMessage class-level annotation that automatically identifies all non-volatile public fields and generates a .proto file. The class should have a default constructor.