Skip to content

Instantly share code, notes, and snippets.

@dhinojosa
Created March 30, 2011 00:06
Show Gist options
  • Save dhinojosa/893621 to your computer and use it in GitHub Desktop.
Save dhinojosa/893621 to your computer and use it in GitHub Desktop.
What the class looks like
@RequestScoped
@Named
class Account(@BeanProperty var firstName: String,
@BeanProperty var lastName: String) {
def this() = this ("Howie", "Long")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment