-
Enhancement
-
Resolution: Done
-
Major
-
4.4.0.Alpha1
-
None
It should be possible to generate .proto schemas and their marshaller implementations programmatically for classes which are outside of the users control, e.g. java.util.UUID and Class. These classes should be includable via @AutoProtoSchemaBuilder and allow annotated user classes to reference said classes via `@ProtoField` annotations.