org.apache.tapestry.annotations
Annotation Type InjectObject


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectObject

Method level annotation used to inject an object, equivalent to te <inject> element in a specification.

Since:
4.0
Author:
Howard Lewis Ship

Required Element Summary
 String value
          The object to inject, as a HiveMind object reference.
 

Element Detail

value

public abstract String value
The object to inject, as a HiveMind object reference.



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