org.apache.tapestry.ioc.annotations
Annotation Type InjectService


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface InjectService


Required Element Summary
 String value
          The id of the service to inject; either a fully qualified id, or the unqualified id of a service within the same module.
 

Element Detail

value

public abstract String value
The id of the service to inject; either a fully qualified id, or the unqualified id of a service within the same module.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.