zalando / grafter

Grafter is a library to configure and wire Scala applications
https://zalando.github.io/grafter
MIT License
239 stars 25 forks source link

Use only the scala AST instead of quasiquotes to implement macro-annotations #95

Closed etorreborre closed 7 years ago

etorreborre commented 7 years ago

This could help with compilation times but we need to validate this hypothesis.

etorreborre commented 7 years ago

I'm closing this for now, let's revisit when migrating to the new macros