better-strings
better-strings copied to clipboard
Java String Interpolation Plugin
Hi, Currently, adding better-strings to the list of dependencies and running under Java 17 crashes with the following exception: ``` An annotation processor threw an uncaught exception. Consult the following...
**TLDR**: Cannot build using Maven under Java 16 and some other annotation processors. To begin with, I was very excited to find better-strings library, which, as others have mentioned, should...
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...
**Improvement suggestion:** Please add how to use better-strings with plain javac and java in the README file. For instance ` javac -processor com.antkorwin.betterstrings.BetterStringsProcessor -cp path/to/better-strings.jar MyClass.java` and `java -cp "path/to/better-strings.jar;."...
Hi, I really like the idea but I couldn't make it work with a maven-based project in eclipse. If I build with maven and immediately start, it works. But as...
Not sure if that can done without a dedicated build-tool-specific plugin (for Maven/Gradle)... anyway, I'd be pretty nice if there was a way to ensure better-strings is run before other...
Currently while using better-strings I can see the support is missing for at least two reasons: * more obvious: no highlighting of interpolated strings * less obvious: private methods/local vars...
I have a problem. I've added the dependency into my pom.xml and ran the program, and this is the error it gave me: ```java class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module @0x292158f8)...