[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9342) @Inject Instance<BeanType> should be validate

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Jul 13 20:49:23 EDT 2011


@Inject Instance<BeanType> should be validate
---------------------------------------------

                 Key: JBIDE-9342
                 URL: https://issues.jboss.org/browse/JBIDE-9342
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.3.0.M2
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
             Fix For: 3.3.0.M3


Suppose we have the following injection:
{code}
@Inject @Sync Instance<PaymentProcessor> paymentProcessor;
{code}
and if there is no bean with qualifier @Sync and type PaymentProcessor available then CDI validator should mark such a injection as unsatisfied.

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

        


More information about the jbosstools-issues mailing list