@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
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?