Lazy @In injector on get method
-------------------------------
Key: JBSEAM-721
URL:
http://jira.jboss.com/jira/browse/JBSEAM-721
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 1.1.1.GA
Reporter: Bill Wallace
Priority: Minor
It would be nice to have a lazy @In injection on a get method that only set the value if
someone actually tried to retrieve it, eg:
@In
String getMyValue() { ... }
where it would set either the field or call setMyValue the first time someone tried to
retrieve the @In value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira