I would like to deploy my Spoon code as an AnnotationProcessor in order to ease deployment into arbitrary build environments. Has somebody tried to wrap the existing SpoonLoader to act like an annotation processor already?
I'm thinking an extension of this could exist but I don't know how to start: http://mir.cs.illinois.edu/~bdaniel3/spoonloader/
This question is related: How to obtain the right JavaFileManager in a Java annotation processor?