Clarify what happens when the user creates a unbound recursive injection with 
Dependent scoped beans@
-----------------------------------------------------------------------------------------------------

                 Key: CDI-77
                 URL: https://issues.jboss.org/browse/CDI-77
             Project: CDI Specification Issues
          Issue Type: Bug
            Reporter: Pete Muir


for example

class Foo {

@Inject Bar bar;
}

class bar {

@Inject Foo foo;
}

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

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to