It’s impossible to use the string interpolation within annotations value. It provides compatibility with spring framework properties injecting by the @Value annotation.
I'm not sure if that means "it wont work in any annotation field" or "It will not work only in the value field"
Also, what about choosing a different set of characters so it does not confuses Spring? $[] or %{} or @{} are not that nice, but they can work with Spring without creating a conflict.
Anyway, thanks for your wonderfull project! I didn´t know it was even possible to do something like that with annotation processors!
the readme file says
I'm not sure if that means "it wont work in any annotation field" or "It will not work only in the value field"
Also, what about choosing a different set of characters so it does not confuses Spring? $[] or %{} or @{} are not that nice, but they can work with Spring without creating a conflict.
Anyway, thanks for your wonderfull project! I didn´t know it was even possible to do something like that with annotation processors!