Dear Felix Team,
I have a trouble with Blueprint injection and generics. I have something like this: * interface X<T> is defined * a class A implements X<JPanel> * another class B has a constructor with a single argument X<? extends Component> Calling B with A using regular Java code is correct. However, injecting A in B using blueprint fails with the error that no constructor is found matching A. Even type forcing fails. Can Felix handle generics? Cheers, JP [@@ OPEN @@]
