My (beginner's) understanding of JSR-299 is that it recognizes parameterized types:
MyInterface.java Class1.java Class2.java Class3.java I'm expecting var1 to be bound to a bean that implements Class2, but that isn't happening. Do I misunderstand how JSR-299 uses generics? -- View this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761.html Sent from the OpenEJB User mailing list archive at Nabble.com.
