Skip to content

Instantly share code, notes, and snippets.

@dennisoelkers
Created June 30, 2015 11:28
Show Gist options
  • Save dennisoelkers/1f34ac1ca558a23ce665 to your computer and use it in GitHub Desktop.
Save dennisoelkers/1f34ac1ca558a23ce665 to your computer and use it in GitHub Desktop.
public class DBAdapterBindings extends PluginModule {
@Override
protected void configure() {
addPeriodical(DBAdapter.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment