and if you want to let java code know that this me...
# announcements
r
and if you want to let java code know that this method throws exception you should use
@kotlin.jvm.Throws(IOException::class)
as an annotation on fun
throwMe()