Skip to content

Instantly share code, notes, and snippets.

@Pacane
Created February 19, 2016 21:33
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 Pacane/25f4cd668d515ccd1c1d to your computer and use it in GitHub Desktop.
Save Pacane/25f4cd668d515ccd1c1d to your computer and use it in GitHub Desktop.
public static class Module extends JukitoModule {
@Override
protected void configureTest() {
bind(AutobindDisable.class).toInstance(new AutobindDisable(true));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment