public interface AnnotationProcessorOptions
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getArguments()
Options for the annotation processors provided via key-value pairs.
|
java.util.List<java.lang.String> |
getClassNames()
Annotation processors to run.
|
java.util.List<org.gradle.process.CommandLineArgumentProvider> |
getCompilerArgumentProviders()
Options for the annotation processors provided via
CommandLineArgumentProvider . |
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()
getCompilerArgumentProviders()
@NonNull java.util.List<org.gradle.process.CommandLineArgumentProvider> getCompilerArgumentProviders()
CommandLineArgumentProvider
.getArguments()
@Nullable java.lang.Boolean getIncludeCompileClasspath()