Skip to content

Instantly share code, notes, and snippets.

@dlemures
Created May 16, 2016 23:06
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 dlemures/af8c1b0ffd63984e05697f3bfceeb89a to your computer and use it in GitHub Desktop.
Save dlemures/af8c1b0ffd63984e05697f3bfceeb89a to your computer and use it in GitHub Desktop.
bind(Blender.class).to(JarBlender.class); // Blender -> JarBlender
bind(Freezer.class).to(new Freezer()); // Freezer -> Freezer instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment