Class AnnotationProcessorExecution_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.AnnotationProcessorExecution_1_0
@GradleVersion(since="5.1")
@PluginVersion(since="2.3")
public class AnnotationProcessorExecution_1_0
extends Object
A single invocation of an annotation processor
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the annotation processor.final longThe total execution time of this annotation processor execution in milliseconds.final longThe ID of the task that triggered annotation processing. -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationProcessorExecution_1_0(long annotationProcessor, long task, long duration) -
Method Summary
-
Field Details
-
annotationProcessor
public final long annotationProcessorThe ID of the annotation processor.- See Also:
-
task
public final long taskThe ID of the task that triggered annotation processing.- See Also:
-
duration
public final long durationThe total execution time of this annotation processor execution in milliseconds.
-
-
Constructor Details
-
AnnotationProcessorExecution_1_0
public AnnotationProcessorExecution_1_0(long annotationProcessor, long task, long duration)
-
-
Method Details