It is possible to allow the java compiler to run all
annotation processors present in the classpath and
declared using the META-INF/services/javax.annotation.processing.Processor
file.
This patch enabled this behaviour by allowing the processors to be null.
Original issue reported on code.google.com by robert.munteanu on 19 Oct 2009 at 2:24
Original issue reported on code.google.com by
robert.munteanu
on 19 Oct 2009 at 2:24Attachments: