@Name("Mary") @Age(18) class Mary @Name("Kate") @Age(22) class Kate annotation class Name(val name: String) annotation class Age(val age: Int)