Partially implement annotations #34
Labels
cat:docs
Category: Documentation
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
typ:enhance
Type: Enhancement/new feature
Milestone
Any declarations should be possible to have zero or more annotations. The syntax would look like the following:
An annotation have to take an argument which is a string.
To be used for
service
keyword and RPC server/client generator, we need to implement annotations for very minimum range of declarations:The complete set of annotations could be continued later in #40.
The text was updated successfully, but these errors were encountered: