Changes: * Issue 27: Add support for auto binding Guice modules. Modules can now be marked @AutoBindSingleton and they will get automatically installed.
* By default, @AutoBindSingleton binds to the class that has the annotation. You can now set the value to any base class/interface that you want to bind to. You can bind to generic base classes/interfaces by specifying the raw type (i.e. @AutoBindSingleton(List.class) for List<String>). https://github.com/Netflix/governator -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/O2Yf-2SqI_kJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
