annotation class Anno @field:Anno var p : Int = 42 set(value) { if (value > field) { field = value } }