Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 12, 2015 07:18
Show Gist options
  • Save ochafik/4735505 to your computer and use it in GitHub Desktop.
Save ochafik/4735505 to your computer and use it in GitHub Desktop.
Beans setters
{
val bean = new MyBean
bean.setFoo(10)
bean.setBar(12)
bean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment