Interface JavaCompileTaskOperationResult

    • Method Detail

      • getAnnotationProcessorResults

        @Nullable
        java.util.List<JavaCompileTaskOperationResult.AnnotationProcessorResult> getAnnotationProcessorResults()
        Returns results of used annotation processors, if available.

        Details are only available if an instrumented compiler was used.

        Returns:
        details about used annotation processors; null if unknown.