Skip to content

Instantly share code, notes, and snippets.

@joshareed
Created February 18, 2011 16:31
Show Gist options
  • Save joshareed/833925 to your computer and use it in GitHub Desktop.
Save joshareed/833925 to your computer and use it in GitHub Desktop.
class Person {
String firstName
String lastName
transient getFullName() { "${firstName} ${lastName}" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment