Is it possible to get class’s qualifiedName as a c...
# announcements
d
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