Package org.apache.tapestry5.annotations
Annotation Type InjectContainer
@Target(FIELD)
@Documented
@Retention(RUNTIME)
@UseWith({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.