[cdi-dev] [JBoss JIRA] (CDI-327) AfterTypeDiscovery.addAnnotatedType() should require an id
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Mar 5 12:18:56 EST 2013
[ https://issues.jboss.org/browse/CDI-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir resolved CDI-327.
---------------------------
Resolution: Done
> AfterTypeDiscovery.addAnnotatedType() should require an id
> ----------------------------------------------------------
>
> Key: CDI-327
> URL: https://issues.jboss.org/browse/CDI-327
> Project: CDI Specification Issues
> Issue Type: Bug
> Components: Portable Extensions
> Affects Versions: 1.1.PFD
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Priority: Critical
> Fix For: 1.1.FD
>
>
> Instead of
> public void addAnnotatedType(AnnotatedType<?> type);
> the method signature should be:
> public void addAnnotatedType(AnnotatedType<?> type, String id);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list