|
Agree, same issue here. Cannot create generic custom collection too.
I guess this could be supported by adding a new kind of GenericPersistentSet<T>. Also having a new API PersistentSet<T> would not break backward compatibility, since PersistentSet would be = Persistent<?>, which is still valid.
At the time of Java 7, generics are no more just a "nice-to-have", but could be a blocking issue.
|