Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-77

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

XMLWordPrintable

    • Icon: Clarification Clarification
    • Resolution: Won't Do
    • Icon: Major Major
    • TBD
    • 1.0
    • Resolution
    • None

      for example

      class Foo {

      @Inject Bar bar;
      }

      class bar {

      @Inject Foo foo;
      }

            pmuiratbleepbleep Pete Muir (Inactive)
            pmuiratbleepbleep Pete Muir (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: