blob: 69f7e6818a0f3ccf2a32c0b7ad8450ecdde3eb3f [file] [log] [blame]
@Retention(AnnotationRetention.RUNTIME)
internal annotation class Ann(
val i: Int,
val s: Short,
val f: Float,
val d: Double,
val l: Long,
val b: Byte,
val bool: Boolean,
val c: Char,
val str: String
)