klyn.reflection.Annotation.argumentTypes
property
public readonly property argumentTypes as Map<String, String>:
Description

Annotation argument token kinds.

Example
ann = Annotation("Column", {"length": "255"}, {"length": "Int"})
assert ann.argumentType("length") == "Int"