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
|
2 | added 8 characters in body | ||
|
Maybe not too hidden, but I think this is useful:
This will automatically generate a getter and setter for the field that matches bean convention. Further description at developerworks |
||||
|
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 |
||||