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

Add @Unwraps from Seam Solder

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • TBD
    • 1.0
    • Concepts
    • None

      @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.

            Unassigned Unassigned
            sdouglas1@redhat.com Stuart Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: