id | parent | synopsis |
---|---|---|
Annotation.Syntax |
Annotation |
Annotations are language-independent |
The annotation must be language independent. Therefore, the program uses a custom, language-independent syntax.
- The annotation marker is
@requirement
- The requirement identifiers are comma-separated and wrapped by
#[
- The description is wrapped by
#(
File | Line | Description |
---|---|---|
src/Annotation/Factory.ts | 19 | The description is wrapped by #( |
src/Annotation/Factory.ts | 21 | The requirement identifiers are comma-separated and wrapped by #[ |