is there a way to get class' fully qualified name ...
# announcements
c
is there a way to get class' fully qualified name at compile time? E. g. for use in annotation params:
@AfterThrowing(pointcut = "@annotation(${MyType::class.qualifiedName})", throwing = "exception")
gives me an error:
An annotation parameter must be a compile-time constant