I\'d like to implement a dynamic plugin feature in a Java application. Ideally:
Plugin
The best way to implement plug-ins with Guice is with Multibindings. The linked page goes into detail on how to use multibindings to host plugins.