2007/9/1, Robin Helgelin <[EMAIL PROTECTED]>: > > 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")?
But I can't control InjectService.beacuse InejctService("A1") in other module. I only want to override the A1 Service. thanks. -- > regards, > Jun Tsai