Skip to content

Instantly share code, notes, and snippets.

@cajar1988
Created October 30, 2015 18:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cajar1988/8d3aef802db4e3ea52a5 to your computer and use it in GitHub Desktop.
package eu.lockup
import eu.lockup.tests.Address
case class Person(firstName: String, lastName: String, age: Int, address: Address, hobby: String = "") {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment