Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially implement annotations #34

Closed
2 tasks done
dahlia opened this issue Jul 26, 2016 · 0 comments
Closed
2 tasks done

Partially implement annotations #34

dahlia opened this issue Jul 26, 2016 · 0 comments
Assignees
Labels
cat:docs Category: Documentation cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) typ:enhance Type: Enhancement/new feature

Comments

@dahlia
Copy link
Member

dahlia commented Jul 26, 2016

Any declarations should be possible to have zero or more annotations. The syntax would look like the following:

[http-get: "/and/def/:arg"]

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:

  • Service
  • Service method

The complete set of annotations could be continued later in #40.

@kanghyojun kanghyojun added this to the Prepare to be public milestone Jul 26, 2016
@kanghyojun kanghyojun added the typ:enhance Type: Enhancement/new feature label Jul 26, 2016
@dahlia dahlia mentioned this issue Jul 26, 2016
5 tasks
@kanghyojun kanghyojun self-assigned this Aug 6, 2016
@dahlia dahlia changed the title Annotation Partially implement annotations Aug 10, 2016
@dahlia dahlia added cat:docs Category: Documentation cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) labels Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:docs Category: Documentation cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) typ:enhance Type: Enhancement/new feature
Projects
None yet
Development

No branches or pull requests

2 participants