Improve @InjectContainer Javadoc
--------------------------------
Key: TAPESTRY-2603
URL: https://issues.apache.org/jira/browse/TAPESTRY-2603
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.14
Reporter: Filip S. Adamsen
Priority: Trivial
The Javadoc for @InjectContainer could be more clear wrt. what is injected.
Instead of:
"Used in inject the container of a component as a field of the component. The
container of a mixin is the component to which the mixin is attached."
It should be:
"Injects the component which contains this component, or null for the root
component. For mixins, this injects the componet to which the mixin is
attached."
Taken from ComponentResources#getContainer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]