]
Adrian Nistor updated IPROTO-58:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Deprecate @ProtoEnum and @ProtoMessage in favor of @ProtoName
-------------------------------------------------------------
Key: IPROTO-58
URL:
https://issues.jboss.org/browse/IPROTO-58
Project: Infinispan ProtoStream
Issue Type: Enhancement
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 4.3.0.Alpha1, 4.3.0.Final
@ProtoEnum and @ProtoMessage annotations were used just for specifying a name to be used
instead of the class name. They are now unified into @ProtoName to be used for both enums
and messge types. The old annotations are still preserved and marked deprecated.