From: <php...@li...> - 2007-05-03 06:06:27
|
Hi For my application, most of the methods use generic as a parameter or return value (e.g. List<Foo>). Does the bridge support generic systax. If it does, could I have a link to the document? Could the syntax be like? new java("java.util.List<String>"); |