Annotation
classin packageklyn.reflection
public class Annotation extends Object:
└ Annotation

Class representing an annotation.

public class Example:
Example
In this example, `@MyAnnotation` is an instance of the Annotation class.
Properties
Modifier and Type Member Description
public readonly property name
name as String:
The name of this annotation
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public Annotation
Annotation(name as String):
Constructor for Annotation
Methods inherited from Object: deepCopy, fromJson, toDict, toJson, toString, toXml