I\'m trying to bind an interface to its implementation as read from a configuration file so that I can feed it to my IoC container. Here\'s roughly what I\'m trying to do:<
No it's not possible.
The only exception to Java's type erasure is that via reflection you can find out the parameterized type via reflection on a class's fields.