Community
Participate
Working Groups
With bug 340310 resolved, we are now able to use generics. At least one API would make a good candidate for generics: SessionSingletonBase#getInstance() would benefit from using generics as casting the result would then become obsolete. However, there may be more places that could improve by using generic type arguments...
As far as I know, we've adjusted all API to use generics where appropriate. Please reopen if we've missed anything.