Skip to content

Instantly share code, notes, and snippets.

@jose-mgmaestre
Created April 13, 2018 15:29
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/fe92c577658d2d2a2852d7a305e08947 to your computer and use it in GitHub Desktop.
Save jose-mgmaestre/fe92c577658d2d2a2852d7a305e08947 to your computer and use it in GitHub Desktop.
public class Person{
Body body;
@Inject
public Person(Body body){
this.body = body;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment