Interface EclipseAnnotationProcessorFactory

All Superinterfaces:
AnnotationProcessorFactory

public interface EclipseAnnotationProcessorFactory extends AnnotationProcessorFactory
Extend the APT annotation processor factory API to provide extra features. Implementation of this annotation processor is treated just like the regular annotation processor during build and reconcile.
Author:
tyeung