Annotations

Annotations are special syntax construct, that allows CommandLang to generate additional files based on annotation params.

Annotation syntax:

@<name>(<param1>="<param1_value>",<param2>="<param2_value>",...)
<target function or field>

Table of contents