Closed schmir closed 6 years ago
Annotation processors generate temporary source code.
getJavaFileForOutput is called in order to generate a JavaFileObject, which stores the generated source code. virgil now contains a special case for JavaFileObject$Kind/Source files.
Ping!
I can set up a small repository that demonstrates the problem if it helps getting this PR merged.
Hi, sorry for the delay, this looks good. I’ll cut a new release soon.
Annotation processors generate temporary source code.
getJavaFileForOutput is called in order to generate a JavaFileObject, which stores the generated source code. virgil now contains a special case for JavaFileObject$Kind/Source files.