On Jun 27, 2009, at 2:48, Ludovico Cavedon <ludovico.cave...@gmail.com> wrote:
Hi,I was wondering if JCC now supports Java generics, like a Java functionreturning a List<MyClass>
Generics are currently ignored. A wrapper returning List would be generated and manual casting to MyClass from Python would be necessary (MyClass.cast_(...)).
Generics support is planned, though, it's just that Lucene - for which JCC was originally built - doesn't make use of them yet.
Andi..
Thanks, Ludovico Cavedon