antkorwin / better-strings

Java String Interpolation Plugin
Apache License 2.0
98 stars 8 forks source link

Question: does it work in annother annotation field besides value? #20

Open pablogrisafi1975 opened 3 years ago

pablogrisafi1975 commented 3 years ago

the readme file says

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!