public interface AnnotationProcessorOptions
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getArguments()
Options for the annotation processors.
|
java.util.List<java.lang.String> |
getClassNames()
Annotation processors to run.
|
java.lang.Boolean |
getIncludeCompileClasspath()
Whether to include compile classpath in the processors path.
|
@NonNull java.util.List<java.lang.String> getClassNames()
If empty, processors will be automatically discovered.
@NonNull java.util.Map<java.lang.String,java.lang.String> getArguments()
@Nullable java.lang.Boolean getIncludeCompileClasspath()