I found the template to include generics for to-many relationships in
superclasses (posted by Chris Daniluk last year), but this still
creates a warning because the cast from List to List<E> is unchecked.
Is the best/easiest way to deal with that an annotation of
@SuppressWarnings("unchecked") on the method, and, if so, is there
any reason that's not in the template?
Also, I glanced through JIRA and didn't see anything about generics
support. Is that on the horizon or is it more complicated than it
seems to be?
Todd
This archive was generated by hypermail 2.0.0 : Sun Feb 26 2006 - 07:49:26 EST