[webbeans-issues] [JBoss JIRA] Created: (WBTCK-37) Add a test verifying that @Current is inherited in specialization
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Jul 30 08:57:29 EDT 2009
Add a test verifying that @Current is inherited in specialization
-----------------------------------------------------------------
Key: WBTCK-37
URL: https://jira.jboss.org/jira/browse/WBTCK-37
Project: JSR-299 TCK
Issue Type: Feature Request
Reporter: Pete Muir
Given
class Bean1 {
}
@Binding1
@Specializes
class Bean2 extends Bean1{
}
verify that Bean2 has bindings @Current, @Binding1
--
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