次のバインディングのジェネリックバージョンを表現する方法を知りたいのですが、xxx cannot be used as a key it is not fully specified
install(new FactoryModuleBuilder().
implement(new TypeLiteral<SomeClass<T,?>>(){},
new TypeLiteral<SomeOtherClass<T, U>>(){}).
build(SomeFactory.class);
このimplement
メソッドは、パラメーター化されたタイプのパラメーターでは使用できないようです。