antkorwin / better-strings

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

How to use with plain javac? #19

Open ermingol23 opened 4 years ago

ermingol23 commented 4 years ago

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;." MyClass

This information would have saved me a couple of hours of googling to figure out how to do it. :)