RE: what is the annotation to inject a service...

2005-12-16 Thread Jeff Lubetkin
@InjectObject( "engine-service:external" ) public abstract IEngineService getExternalService(); jeff -Original Message- From: Glen [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 10:25 AM To: tapestry-user@jakarta.apache.org Subject: what is the annotation to inject

what is the annotation to inject a service...

2005-12-16 Thread Glen
I want to inject the Tapestry.EXTERNAL_SERVICE into my page with something like this.. @InjectX( Tapestry.EXTERNAL_SERVICE ) public abstract IEngineService getExternalService(); What is the annotation type needed to inject a service?