Class AutoInjectAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
dev.derklaro.aerogel.auto.internal.processing.AutoInjectAnnotationProcessor
All Implemented Interfaces:
Processor

@API(status=INTERNAL, since="1.0", consumers="dev.derklaro.aerogel.auto.internal") public final class AutoInjectAnnotationProcessor extends AbstractProcessor
An annotation processor which will collect and emit all auto annotation entries into a file. New annotation entries can be registered by using the service loader api.
Since:
1.0