// "Add annotation target" "true" @Target(AnnotationTarget.PROPERTY_SETTER) annotation class SetAnn class Set(@set:SetAnn var foo: String)