@Incubating public static interface JavaCompileTaskOperationResult.AnnotationProcessorResult
| Modifier and Type | Interface | Description | 
|---|---|---|
| static class  | JavaCompileTaskOperationResult.AnnotationProcessorResult.Type | Type of annotation processor. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getClassName() | Returns the fully-qualified class name of this annotation processor. | 
| Duration | getDuration() | Returns the total execution time of this annotation processor. | 
| JavaCompileTaskOperationResult.AnnotationProcessorResult.Type | getType() | Returns the type of this annotation processor. | 
String getClassName()
JavaCompileTaskOperationResult.AnnotationProcessorResult.Type getType()
Can be used to determine whether this processor was incremental.
Duration getDuration()