public class Annotation extends Object:
public class Example:
@MyAnnotation
public method doSomething() as Void:
print("Doing something")| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | namename as String: |
The name of this annotation |
| Modifier and Type | Member | Description |
|---|---|---|
| public | AnnotationAnnotation(name as String): |
Constructor for Annotation |