Skip to content

Instantly share code, notes, and snippets.

@dlemures
Created May 16, 2016 23:06
Show Gist options
  • Select an option

  • Save dlemures/af8c1b0ffd63984e05697f3bfceeb89a to your computer and use it in GitHub Desktop.

Select an option

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