Interface JavaCompileTaskOperationResult.AnnotationProcessorResult

  • Enclosing interface:
    JavaCompileTaskOperationResult

    public static interface JavaCompileTaskOperationResult.AnnotationProcessorResult
    The results of an annotation processor used during compilation.
    Since:
    5.1
    • Method Detail

      • getClassName

        java.lang.String getClassName()
        Returns the fully-qualified class name of this annotation processor.
      • getDuration

        java.time.Duration getDuration()
        Returns the total execution time of this annotation processor.