]
Ryan Emerson updated ISPN-10410:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Convert all immutable protostream entities to use @ProtoFactory
---------------------------------------------------------------
Key: ISPN-10410
URL:
https://issues.jboss.org/browse/ISPN-10410
Project: Infinispan
Issue Type: Enhancement
Reporter: Nistor Adrian
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta5
Such fields should be final. If the field is annotated (no getter), its visibility
should be package local and if they have an annotated getter, then the field must be
private.
A suitable constructor or static method must exist, conforming to the contract of
ProtoFactory annotation.
Some sample code here:
https://github.com/infinispan/infinispan/pull/7153