Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-1287

Add org.apache.webbeans.application.supportsImplicitQualifierInjection to enable to skip @Inject for injections based on qualifiers

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.11
    • None
    • None

    Description

      The feature enables to replace

      @Inject
      @MyQualifier
      private Foo foo;
      

      by

      @MyQualifier
      private Foo foo;
      

      it concerns fields and methods.

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: