]
Will Burns reassigned ISPN-10770:
---------------------------------
Assignee: Will Burns
Add generics to InvocationStage methods
---------------------------------------
Key: ISPN-10770
URL:
https://issues.jboss.org/browse/ISPN-10770
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
Currently all of the InvocationStage methods don't have generics for the commands,
which require casts and make it easier to reference a capture variable as it is just
easier. We should add generics so that users can more easily get the type and have better
compiler checks.