@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 )