klyn.reflection.Annotation.toString
method
public override toString() as String:
Description

Returns a readable representation of the annotation.

Returns

Annotation name with a leading @.

Example
assert Annotation("Entity").toString() == "@Entity"