]
Nistor Adrian updated IPROTO-137:
---------------------------------
Summary: Support Schema and Marshaller generation for external classes (was: Support
Scema and Marshaller generation for external classes)
Support Schema and Marshaller generation for external classes
-------------------------------------------------------------
Key: IPROTO-137
URL:
https://issues.redhat.com/browse/IPROTO-137
Project: Infinispan ProtoStream
Issue Type: Feature Request
Reporter: Ryan Emerson
Priority: Major
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.