Class AnnotationProcessorExecution_1_0

    • Field Detail

      • annotationProcessor

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

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

        public final long duration
        The total execution time of this annotation processor execution in milliseconds.
    • Constructor Detail

      • AnnotationProcessorExecution_1_0

        public AnnotationProcessorExecution_1_0​(long annotationProcessor,
                                                long task,
                                                long duration)