Skip to content

Instantly share code, notes, and snippets.

@nkabir
Last active December 12, 2015 03:38
Show Gist options
  • Save nkabir/4708486 to your computer and use it in GitHub Desktop.
Save nkabir/4708486 to your computer and use it in GitHub Desktop.
@DirectMethod
public String doHello(String name) {
return "Hello, " + name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment