On Tue, 25 Mar 2003 09:14, Peter Royal wrote: > Lets build an example of how we expect the markup to appear.... > > /** > * @avalon.service name="my.favorite.service" > */ > public interface MyService
I would prefer. /** * @avalon.role */ public interface MyService > /** > * @avalon.component name="my.favorite.service" > */ > public class MyServiceImpl implements MyService, Serviceable To be more precise it is like the following ;) /** * @avalon.service type="MyService" */ public class MyServiceImpl implements MyService, Serviceable -- Cheers, Peter Donald *----------------------------------------------------* | We must become the change we want to see. - Gandhi | *----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
