What exactly do you mean by 'contains'? Extends? Implements? has some other protocol?
On Tue, Jul 21, 2009 at 9:17 PM, [email protected]<[email protected]> wrote: > > I see that aegis can deal with generic Java collection types like List<Foo> > without any special configuration. Can it also handle something like a > FooContainer<T> class that contains a List<T> (as well as some primitives), > or would I need to implement a custom type creator for FooContainer<T>? > -- > View this message in context: > http://www.nabble.com/Handling-of-generics-other-than-Java-Collection-types-tp24598487p24598487.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
