Apologies for resurrecting the thread but I wanted to add a link to a
minimalistic example that reproduces the issue, if anybody comes across it:
https://github.com/frankiesardo/annotation-processing
On Friday, December 12, 2014 7:46:07 PM UTC, Frankie Sardo wrote:
>
> Hi all,
> I'd like to use
Hi all,
I'd like to use Clojure for processing Java annotations at compile time.
(Particularly useful for Android)
https://github.com/frankiesardo/icepick/blob/clojure/src/icepick/core.clj
I'm extending javax.annotation.processing.AbstractProcessor, I can create
the generated class, I can test