annotation class AnnParam annotation class AnnProperty abstract class WithComposedModifiers { @AnnProperty open val x: Array constructor(@AnnParam vararg x: String) { this.x = x } }