Last Updated: February 25, 2016
·
591
· eugener

Java Bean convention support in Scala

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

@scala.reflect.BeanProperty var width: Long = _