I did not think of this syntax for method references when suggesting Something.class or classOf<Something> (method "references" are completely different in Scala). So I think Something::class would be fine.
I did not think of this syntax for method references when suggesting Something.class or classOf<Something> (method "references" are completely different in Scala). So I think Something::class would be fine.