Skip to content

Instantly share code, notes, and snippets.

@k33g
Created February 24, 2011 09:39
Show Gist options
  • Save k33g/841978 to your computer and use it in GitHub Desktop.
Save k33g/841978 to your computer and use it in GitHub Desktop.
utilisation classe anonyme
Project p1 = Project.getInstance(new Object(){
public String id="007";
public String name="James Bond";
public String test="ceci est un essai 001";
public Integer amount=2000;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment