klyn.reflection.Constructor.annotations
property
public readonly property annotations as ArrayList<Annotation>:
Description

Constructor annotations.

Example
ctor = User.type.getConstructor()
print(ctor.annotations.size)