Skip to content

Instantly share code, notes, and snippets.

@a-suenami
Created March 13, 2015 09:06
Show Gist options
  • Select an option

  • Save a-suenami/116540a4c8a89b8eaae5 to your computer and use it in GitHub Desktop.

Select an option

Save a-suenami/116540a4c8a89b8eaae5 to your computer and use it in GitHub Desktop.
自己紹介
import java.util.Date
class Me(val name: String, val birthday: Date, val hobbies: Array[Hobby], val techniques: Array[Technique])
case class Hobby(val slug: String, val name: String)
case class Technique(val slug: String, val name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment