scalameta / scalagen

WIP - Scalameta powered code generation
Apache License 2.0
40 stars 5 forks source link

Parameter annotations #16

Closed DavidDudson closed 6 years ago

DavidDudson commented 6 years ago

Type Parameters and Value parameters can both have annotations.

In scala reflect, you could expand macros from value parameters.

In scalameta/paradise you could not.

It is fairly trivial to do this now we have transmutation generators, and are not restricted by the compiler, we should definitely consider including that.