annotationprocessing101
annotationprocessing101 copied to clipboard
Was compiling your example on my windows host. Did not work, because there seems to be a bug affecting windows in the rc1 of google's auto-service library. Also added properties...
Solution: Use version 1.0-rc2 of `auto-service`: ``` com.google.auto.service auto-service 1.0-rc2 true ``` Stack trace: ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] FATAL ERROR: java.lang.IllegalArgumentException: Invalid relative name:...
The Javapoet package builder wants non-null package names