public interface AnnotationProcessorPlugin
Implementations are discovered using ServiceLoader. For an implementation to be found at
processing time, the JAR that provides it must be present on the application's annotationProcessor
classpath.
The implementation JAR must also include the standard service registration file
META-INF/services/io.flamingock.internal.common.core.processor.AnnotationProcessorPlugin,
listing the implementation class name.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javax.annotation.processing.RoundEnvironment roundEnv,
LoggerPreProcessor logger) |
void initialize(javax.annotation.processing.RoundEnvironment roundEnv,
LoggerPreProcessor logger)