Sorry if this is a FAQ, but is something like
@Service(interfaces={Int1.class,Int2.class}) supported in the current code? I
tried to add one more interface to AccountDataServiceDASImpl. I don't get any
problem at build time, but at run time the instance this class configured into
AccountServiceImpl's accountDataService reference returns false when asked it
is an instanceof Int2.
- @Service with an interface list Ignacio Silva-Lepe
- Re: @Service with an interface list Jean-Sebastien Delfino
