AnnotationProcessor

@Incubating interface AnnotationProcessor


Summary

Public properties

MutableList<CommandLineArgumentProvider>

Options for the annotation processors provided via CommandLineArgumentProvider.

MapProperty<StringString>

Options for the annotation processors provided via key-value pairs.

ListProperty<String>

Annotation processors to run.

Public properties

argumentProviders

val argumentProvidersMutableList<CommandLineArgumentProvider>

Options for the annotation processors provided via CommandLineArgumentProvider.

See also
arguments

arguments

val argumentsMapProperty<StringString>

Options for the annotation processors provided via key-value pairs.

classNames

val classNamesListProperty<String>

Annotation processors to run.

If empty, processors will be automatically discovered.