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

Add support for type annotations #922

Closed
pgrandjean opened this issue Sep 9, 2019 · 0 comments
Closed

Add support for type annotations #922

pgrandjean opened this issue Sep 9, 2019 · 0 comments
Labels

Comments

@pgrandjean
Copy link
Contributor

According to the scala documentation, annotations may apply to classes, variables, types and expressions. Currently, Annotations allows to extract variable annotations from case classes, such as:

case class Foo(
  @Bar field1: String
)

The aim of this request is to add support for type annotations, such as:

case class Foo(
  field1: String @Bar
)
milessabin added a commit that referenced this issue Sep 29, 2019
Add support for type annotations (issue #922)
joroKr21 added a commit that referenced this issue Apr 27, 2021
implementation of issue #922: Add support for type annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants