]
Nistor Adrian updated IPROTO-157:
---------------------------------
Issue Type: Task (was: Enhancement)
Remove usage of AutoProtoSchemaBuilder on packages
--------------------------------------------------
Key: IPROTO-157
URL:
https://issues.redhat.com/browse/IPROTO-157
Project: Infinispan ProtoStream
Issue Type: Task
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 5.0.0.Final
This type of usage creates useless implementation complexity. And also lack of
uniformity. One example, dependsOn does not work with packages.
All usages on packages can easily be replaced by adding a new empty interface in said
package and moving the annotation to it.