Join Slack
Powered by
Is it possible to get class’s qualifiedName as a c...
# announcements
d
dstarcev
02/19/2018, 3:48 PM
Is it possible to get class’s qualifiedName as a compile time constant? For example, to use in in annotations:
Copy code
@Qualifier(value = MyClass::class.qualifiedName)
c
Czar
02/19/2018, 4:04 PM
There's this:
https://youtrack.jetbrains.com/issue/KT-16304
4
Views
Open in Slack
Previous
Next