[jdom-interest] JDom and Java5

Gregor Zeitlinger gregor at zeitlinger.de
Sat Feb 23 03:49:42 PST 2008


I think List<? extends Object> is more appropriate.

It shows that the code has been generified (as opposed to using a plain List).
It's similiar to List<?>, but shows that Object is indeed the least
common denomiator.


More information about the jdom-interest mailing list