velo / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

Allow the default processor discovery mechanism to run #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for feedback i've applied your patch

Original comment by bartolom...@gmail.com on 8 Nov 2009 at 2:24