```ClazzName::class.memberProperties.map { it.anno...
# announcements
v
Copy code
ClazzName::class.memberProperties.map { it.annotations }
Why is only the constructor member’s annotations being returned?