Skip to content

Instantly share code, notes, and snippets.

@enaeseth
Created September 30, 2009 02:52
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 enaeseth/197700 to your computer and use it in GitHub Desktop.
Save enaeseth/197700 to your computer and use it in GitHub Desktop.
/**
* Returns the ${2:description}.
* @return ${2:description}
*/
public ${3:String} get${1/./\u$0/}() {
return ${1:fieldName};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment