Comment by [email protected]:

Line-by-line comments:

File: /extensions/assistedinject/test/com/google/inject/assistedinject/FactoryModuleBuilderTest.java (rf1abba38c7f531ec808182579b9d0456b1a00a63)
===============================================================================

Line 345:       Foo<E> create(Bar bar);
-------------------------------------------------------------------------------
What if it's:
 Foo<E> create(Bar<E> bar);

will
install(new FactoryModuleBuilder().build(new TypeLiteral<Foo.Factory<String>>() {}));
still works on line 276?

I meet this problem, and the error was:
"Foo.Factory" must be a class.

For more information:
https://code.google.com/p/google-guice/source/detail?r=f1abba38c7f531ec808182579b9d0456b1a00a63

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to