Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-310

Producer called on Bean that is under construction

    XMLWordPrintable

Details

    Description

      The following code results in a call to Foo.foo() for a bean that has not yet been fully constructed:

      class Bar {

      @Inject void injectFoo(Foo foo) {}
      @Produces Foo produceFoo()

      { return new Foo(); }

      }

      Attachments

        Activity

          People

            pmuiratbleepbleep Pete Muir (Inactive)
            gavin.king Gavin King (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: