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 Details

    • annotationProcessor

      public final long annotationProcessor
      The ID of the annotation processor.
      See Also:
    • task

      public final long task
      The ID of the task that triggered annotation processing.
      See Also:
    • duration

      public final long duration
      The 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