[cdi-dev] [JBoss JIRA] (CDI-327) AfterTypeDiscovery.addAnnotatedType() should require an id
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Thu Feb 28 09:30:56 EST 2013
Jozef Hartinger created CDI-327:
-----------------------------------
Summary: 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