On 9/1/07, Jun Tsai <[EMAIL PROTECTED]> wrote: > hi,have many service implement same interface. > > public A buildA1(){ > ...... > } > public A buildA2(){ > ....... > } > > I want to override A1 Service.How to do?I find the alias only use class name > to override.
Just create a buildA3 and use that with @InjectService("A3")? -- regards, Robin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]