org.apache.tapestry5.annotations
Annotation Type InjectContainer


@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
@UseWith(value={COMPONENT,MIXIN})
public @interface InjectContainer

Used to inject the component which contains this component. For mixins, this injects the component to which the mixin is attached.



Copyright © 2003-2012 The Apache Software Foundation.