import scala.reflect.{BeanProperty => bp} class Foo { @bp var bar: Int = 1 }