|
|
|
Hi Julien, thanks for the patch, but unfortunately I don't think we can accept it won't run on java 1.4. I'm going to see if I can come up with an alternate solution today though.
I have a solution in SVN now which works on Java 5. Still working on the 1.4 part of things though!
I'm very happy to say that this issue is finally closed. Generics are supported (Collection<Collection<Foo>>) as is Java 1.4 via a syntax like so:
<method name="getListofListofDoubles"> Documentation is forthcoming. |
|||||||||||||||||||||||||||||||||||||||||||||||||||
With this mail, I join a summary of the modification and the code of the modified classes.
Normaly, collection of map or collection should works but they are not tested.the map of collection seems to work fine.
files:
xfire.zip :sources
xfire_modif.pdf : explains the code modifications