ah ok, so regarding my problem, in the docs: <htt...
# announcements
g
ah ok, so regarding my problem, in the docs: http://kotlinlang.org/docs/reference/annotations.html#constructors
If you need to specify a class as an argument of an annotation, use a Kotlin class (KClass). The Kotlin compiler will automatically convert it to a Java class, so that the Java code will be able to see the annotations and arguments normally.