[webbeans-issues] [JBoss JIRA] Created: (WBTCK-30) Test that a definiton exception is thrown when a producer method is a type variable
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Mar 15 11:58:22 EDT 2009
Test that a definiton exception is thrown when a producer method is a type variable
-----------------------------------------------------------------------------------
Key: WBTCK-30
URL: https://jira.jboss.org/jira/browse/WBTCK-30
Project: JSR-299 TCK
Issue Type: Feature Request
Reporter: Pete Muir
Fix For: 1.0.0.Beta2
For example,
@Produces
public T create(InjectionPoint point)
{
return null;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list