You can skip it. ----- Original Message ----- From: "Niclas Hedhman" <[EMAIL PROTECTED]> To: "Avalon Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 12:37 PM Subject: Re: Java 1.5, fun with lookups and generics
> On Wednesday 28 January 2004 11:38, Jonathan Hawkes wrote: > > > MyComponent comp = sm.lookup (MyComponent.class, "MyComponent"); > > > > I like that. > > Didn't Leo forgot the Template?? > > MyComponent comp = sm.<MyComponent>lookup (MyComponent.class, "MyComponent"); > > Or would it really be possible to skip? > > Niclas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
