Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active January 26, 2016 17:50
Show Gist options
  • Save patrykpoborca/82766c391249aa47702d to your computer and use it in GitHub Desktop.
Save patrykpoborca/82766c391249aa47702d to your computer and use it in GitHub Desktop.
@Component(modules = MyModule.class)
public interface MyComponent {
public void inject(MyClass myClass);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment