Ben Madore
/** * @property [a] * @property [b] * @property [c] **/ class Foo( val a: String, val b: String, val c: Int ) { }