Interface JavaCompileTaskOperationResult.AnnotationProcessorResult
- Enclosing interface:
- JavaCompileTaskOperationResult
public static interface JavaCompileTaskOperationResult.AnnotationProcessorResult
The results of an annotation processor used during compilation.
- Since:
- 5.1
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumType of annotation processor.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the fully-qualified class name of this annotation processor.Returns the total execution time of this annotation processor.getType()Returns the type of this annotation processor.
- 
Method Details- 
getClassNameString getClassName()Returns the fully-qualified class name of this annotation processor.
- 
getTypeReturns the type of this annotation processor.Can be used to determine whether this processor was incremental. 
- 
getDurationDuration getDuration()Returns the total execution time of this annotation processor.
 
-