> I guess letting groovy do a annotation processor implementation is not
> really a solution, is it?

There is a JIRA for this:
https://issues.apache.org/jira/browse/GROOVY-3361

Theoretically it might be possible to wrap a Java Annotation Processor
inside of a Groovy AST, but correctly mapping the helper classes that Java
provides to Annotation Processors seemed difficult when I last looked into
it.

When I talked to Cédric and Guillaume about adding support for Java
Annotation processors to Groovy earlier this year, they suggested the joint
compilation stub approach for getting the Dagger2 annotation processor
working with Groovy.



--
View this message in context: 
http://groovy.329449.n5.nabble.com/java-parser-usage-in-Groovy-tp5725492p5725519.html
Sent from the Groovy Dev mailing list archive at Nabble.com.

Reply via email to