AnnotationTarget¶
The declaration types that can be targeted by annotations.
Stub code in annotationUsage.sdsstub
Annotation¶
The annotation can be called on annotations.
Attribute¶
The annotation can be called on attributes.
Class¶
The annotation can be called on classes.
Enum¶
The annotation can be called on enums.
EnumVariant¶
The annotation can be called on enum variants.
Function¶
The annotation can be called on functions.
Module¶
The annotation can be called on modules (i.e. files).
Parameter¶
The annotation can be called on parameters.
Pipeline¶
The annotation can be called on pipelines.
Result¶
The annotation can be called on results.
Segment¶
The annotation can be called on segments.
TypeAlias¶
The annotation can be called on type aliases.
TypeParameter¶
The annotation can be called on type parameters.