Export to GitHub

snake-guice - ExtendingSnakeGuice.wiki


summary Extending snake-guice to add new functionality

sidebar TableOfContents

Creating new Modules that allow a user to configure other parts of their application in a consistant way. ExtensionParameters allow you to add some verbosity to your @inject decorations. See InjectingConfiguration and InjectingLogging for some examples built-in to snake-guice.

TODO: blow this out