[seam-issues] [JBoss JIRA] Closed: (JBSEAM-721) Lazy @In injector on get method

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Jan 22 09:49:20 EST 2010


     [ https://jira.jboss.org/jira/browse/JBSEAM-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed JBSEAM-721.
----------------------------

    Resolution: Out of Date
      Assignee: Pete Muir


Superseded by CDI

> Lazy @In injector on get method
> -------------------------------
>
>                 Key: JBSEAM-721
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-721
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 1.1.1.GA
>            Reporter: Bill Wallace
>            Assignee: Pete Muir
>            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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list