Skip to content

Instantly share code, notes, and snippets.

@pawelwrzeszcz
Created November 1, 2012 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelwrzeszcz/3993563 to your computer and use it in GitHub Desktop.
Save pawelwrzeszcz/3993563 to your computer and use it in GitHub Desktop.
Seam-guice module configuration
<guice:injector name="myGuiceInjector">
<guice:modules>
<value>com.example.guice.GuiceModule1</value>
<value>com.example.guice.GuiceModule2</value>
</guice:modules>
</guice:injector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment