fmgasparino / google-gin

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

Warning message for missing @GinModules annotation could be more helpful, less annoying #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a Ginjector interface type and don't add the @GinModules annotation 
to the interface.

What is the expected output? What do you see instead?
Expected: describe how to suppress the WARN messages since I know what I'm 
doing. Preferably, point out the @NoGinModules annotation.

Result: receive a multitude of repetitive, nagging WARN messages without an 
obvious way to suppress them

What version of the product are you using? On what operating system?
GIN 2.0 / Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by mcart...@gmail.com on 24 Sep 2012 at 3:43

GoogleCodeExporter commented 9 years ago
Feel free to submit a patch, this should be pretty easy to fix. :)

Original comment by aragos on 25 Sep 2012 at 2:35