Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2012 14:41
Show Gist options
  • Save anonymous/3360682 to your computer and use it in GitHub Desktop.
Save anonymous/3360682 to your computer and use it in GitHub Desktop.
Another alternative for named parameter in reply to http://blog.schauderhaft.de/2012/08/05/named-parameters-in-java-an-alternative/
doSomething3(new Parameter(){
{
setName("Alfred E. Neumann");
setLink("http://blog.schauderhaft.de");
setUltimateAnswer(42);
setTempFile("c:\\temp\\x.txt");
setZip(23);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment