[cdi-dev] [JBoss JIRA] (CDI-191) ProcessSyntheticAnnotatedType not public

Jozef Hartinger (Created) (JIRA) jira-events at lists.jboss.org
Fri Nov 18 10:33:40 EST 2011


ProcessSyntheticAnnotatedType not public
----------------------------------------

                 Key: CDI-191
                 URL: https://issues.jboss.org/browse/CDI-191
             Project: CDI Specification Issues
          Issue Type: Bug
          Components: Portable Extensions
    Affects Versions: 1.1.EDR1
            Reporter: Jozef Hartinger
            Assignee: Pete Muir
            Priority: Blocker
             Fix For: 1.1 (Proposed)


{code:JAVA}
interface ProcessSyntheticAnnotatedType<X> extends ProcessAnnotatedType<X> {
   public Extension getSource();
}
{code}

ProcessSyntheticAnnotatedType is not public. As a result, it is pretty difficult to implement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list