[weld-issues] [JBoss JIRA] Created: (CDI-89) Add @Unwraps from Seam Solder

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Wed Jan 26 16:16:50 EST 2011


Add @Unwraps from Seam Solder 
------------------------------

                 Key: CDI-89
                 URL: https://issues.jboss.org/browse/CDI-89
             Project: CDI Specification Issues
          Issue Type: Feature Request
          Components: Concepts
    Affects Versions: 1.0
            Reporter: Stuart Douglas


@Unwraps allows for an essentially stateless scope for producer methods and fields. 

At injection time a dependent scoped proxy is injected into the injection point. When a methods is invoked on this proxy it calls the corresponding @Unwraps methods to get the instance to invoke the method on. 

Because the proxy is @Dependent scoped, the @Unwraps method can inject the corresponding InjectionPoint. 



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list