Hello, Am 07.02.2015 um 18:10 schrieb Aurélien: > Yes exactly: I want a chain like behavior where the order of the modules in > the createInjector method determines the order in the chain.
Then maybe a solution I developed some time ago helps you: http://stackoverflow.com/a/7544939/396730 It does allow you to create a chain of objects all implementing the same interface, without dependencies between the individual pieces, and configurable at runtime (during module construction). Greetings, Philipp -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/54D650F7.6090308%40philippwendler.de. For more options, visit https://groups.google.com/d/optout.
