Generics in Java Spaces

There are currently several proposals beeing formed.

Modification of JavaSpaces interface

i.e.:

public <T extends Entry> T read(T template, Transaction txn, long timeout)

Use of generics in Entry implementing classes