Discussion:
[Xdoclet-devel] xdoclet support for java generics
Paul Were
2008-02-27 21:55:31 UTC
Permalink
Does Xdoclet support java generics?
i.e.
e.g List <String> getMyList() ....

Thanks?

Paul Were


---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
Marco Schulze
2008-02-28 08:55:51 UTC
Permalink
Post by Paul Were
Does Xdoclet support java generics?
i.e.
e.g List <String> getMyList() ....
Thanks?
Paul Were
XDoclet can cope with it (= no exception), but unfortunately, the type info ("<String>") is stripped and generated interfaces/classes are lacking them.

Marco :-)

Loading...