Hi,

I am wondering if there is a posibility to add an option to install another 
Module just by indicating it's class, e.g:

public class MyModule extends AbstractModule {
    @Override protected void configure() {
        install(AnotherModule.class);
    }
}


-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-guice+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-guice/9b9b5723-dba6-4c75-b39e-e704ac82b25bn%40googlegroups.com.

Reply via email to