so for example: ```@MyAnnotation fun foo(paramete...
# ksp
r
so for example:
Copy code
@MyAnnotation
fun foo(parameter1: String = "") { ... }
Can I get that empty string in the processor?