Vineet Reynolds created FORGE-848:
-------------------------------------
Summary: Forge should support a @CommandScoped annotation
Key: FORGE-848
URL:
https://issues.jboss.org/browse/FORGE-848
Project: Forge
Issue Type: Feature Request
Reporter: Vineet Reynolds
Forge should support a {{@CommandScoped}} just like the {{@ProjectScoped}} annotation.
{{@CommandScoped}} objects would have a shorter lifetime since their lifecycle would be
constrained to the execution of a command. This is equivalent to {{@RequestScoped}}
instances, so we could renamed {{@CommandScoped}} to {{@RequestScoped}} if appropriate.
Options passed to the Forge plugins could be made available via this scope. Not a binding
requirement, since ambiguous dependencies could be encountered when injecting into managed
beans.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira