import java.lang.annotation.* Retention(RetentionPolicy.RUNTIME) annotation class SomeAnnotation(val value: String) trait T { [SomeAnnotation("OK")] val property: Int }