milessabin / macro-compat

macro-compat is a small library which allows you to compile macros with Scala 2.10.x which are written to the Scala 2.11/2 macro API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try using an annotation macro for @bundle on 2.11.x as well

milessabin opened this issue · comments

According to @xeno-by this will will given an even smaller footprint on 2.11.x than a non-macro non-retained annotation. Discussion here.

Glad to hear it works :)