]
Adrian Nistor updated IPROTO-58:
--------------------------------
Fix Version/s: 4.3.0.Alpha1
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
@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.