AnnotationProcessorOptions

DSL object for configuring APT options.

Properties

PropertyDescription
arguments

Options for the annotation processors.

classNames

Annotation processors to run.

includeCompileClasspath

Whether to include compile classpath in the processors path.

Methods

No methods

Script blocks

No script blocks

Property details

Map<String, String> arguments

Options for the annotation processors.

List<String> classNames

Annotation processors to run.

If empty, processors will be automatically discovered.

Boolean includeCompileClasspath

Whether to include compile classpath in the processors path.