Andi Vajda wrote: > On Jun 27, 2009, at 2:48, Ludovico Cavedon <ludovico.cave...@gmail.com> > wrote: >> I was wondering if JCC now supports Java generics, like a Java function >> returning 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.
Thanks for the info! It would be a useful feature! Ludovico