Skip to content

Instantly share code, notes, and snippets.

@jose-mgmaestre
Created April 16, 2018 13:32
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 jose-mgmaestre/d849e3116bb529b9ca6a121388dc1286 to your computer and use it in GitHub Desktop.
Save jose-mgmaestre/d849e3116bb529b9ca6a121388dc1286 to your computer and use it in GitHub Desktop.
@Component( modules = RandomInjectionModule.class )
public interface Doctor {
Body injectBlood();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment