AnnotationProcessorResult

The results of an annotation processor used during compilation.

Types

Link copied to clipboard
enum Type
Type of annotation processor.

Functions

Link copied to clipboard
abstract fun getClassName(): String
Returns the fully-qualified class name of this annotation processor.
Link copied to clipboard
abstract fun getDuration(): Duration
Returns the total execution time of this annotation processor.
Link copied to clipboard
Returns the type of this annotation processor.