Skip to content

Instantly share code, notes, and snippets.

@RyPope
Created February 5, 2019 05:05
Show Gist options
  • Save RyPope/53004bfda0e51430c865c236b3be8340 to your computer and use it in GitHub Desktop.
Save RyPope/53004bfda0e51430c865c236b3be8340 to your computer and use it in GitHub Desktop.
@Singleton
@Component(modules = {
LambdaModule.class
})
public interface ExampleComponent {
void inject(SimpleLoggingHandler simpleLoggingHandler);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment