toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.task.java
/
JavaCompileTaskOperationResult
/
AnnotationProcessorResult
Annotation
Processor
Result
API
interface
AnnotationProcessorResult
(
source
)
The results of an annotation processor used during compilation.
Since
5.1
Members
Types
Type
Link copied to clipboard
API
enum
Type
Type of annotation processor.
Functions
get
Class
Name
Link copied to clipboard
API
abstract
fun
getClassName
(
)
:
String
Returns the fully-qualified class name of this annotation processor.
get
Duration
Link copied to clipboard
API
abstract
fun
getDuration
(
)
:
Duration
Returns the total execution time of this annotation processor.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
JavaCompileTaskOperationResult.AnnotationProcessorResult.Type
Returns the type of this annotation processor.