show/hide this revision's text 2 added 8 characters in body

Maybe not too hidden, but I think this is useful:

@scala.reflect.BeanProperty
var firstName:String = _

This will automatically generate a getter and setter for the field that matches bean convention.

Further description at developerworks

show/hide this revision's text 1 [made Community Wiki]

Maybe not too hidden, but I think this is useful:

@scala.reflect.BeanProperty var firstName:String = _

This will automatically generate a getter and setter for the field that matches bean convention.

Further description at developerworks