]
Nistor Adrian updated IPROTO-157:
---------------------------------
Status: Open (was: New)
Remove usage of AutoProtoSchemaBuilder on packages
--------------------------------------------------
Key: IPROTO-157
URL:
https://issues.redhat.com/browse/IPROTO-157
Project: Infinispan ProtoStream
Issue Type: Enhancement
Reporter: Nistor Adrian
Priority: Major
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.