Package

sbt.internal.inc

javac

Permalink

package javac

Visibility
  1. Public
  2. All

Type Members

  1. final class AnalyzingJavaCompiler extends xsbti.compile.JavaCompiler

    Permalink

    Define a Java compiler that reports on any discovered source dependencies or APIs found via the incremental compilation and AnalysisCallback.

    Define a Java compiler that reports on any discovered source dependencies or APIs found via the incremental compilation and AnalysisCallback.

    Note that this compiler does not implement a CachedCompilerProvider because the Java compiler can easily be initialized via reflection.

Ungrouped