import kotlin.annotation.AnnotationTarget.FIELD object Some { @Target(FIELD) annotation class Ann const val FIELD = "" }