fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Support for classes in constant binding #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bindConstant().annotatedWith(/*...*/).to(Some.class)

What is the expected output? What do you see instead?
Throws exception in compilation

What version of the product are you using? On what operating system?
HEAD

Please provide any additional information below.

The API is already there but the code generator does not handle it properly and 
throws an exception.

Original issue reported on code.google.com by gok...@google.com on 22 Sep 2011 at 6:22

GoogleCodeExporter commented 9 years ago
Submitted for review: http://codereview.appspot.com/5078052/.

Original comment by gok...@google.com on 22 Sep 2011 at 6:30

GoogleCodeExporter commented 9 years ago
Thanks for the patch, submitted in r227.

Original comment by aragos on 26 Sep 2011 at 5:03