rune-langium / core/src / AnnotationRef
Variable: AnnotationRef
ts
AnnotationRef: {
$type: "AnnotationRef";
annotation: "annotation";
attribute: "attribute";
qualifiers: "qualifiers";
};Defined in: packages/core/src/generated/ast.ts:304
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "AnnotationRef" | 'AnnotationRef' | packages/core/src/generated/ast.ts:321 |
annotation | "annotation" | 'annotation' | packages/core/src/generated/ast.ts:322 |
attribute | "attribute" | 'attribute' | packages/core/src/generated/ast.ts:323 |
qualifiers | "qualifiers" | 'qualifiers' | packages/core/src/generated/ast.ts:324 |