xsbti.compile.Compilers Maven / Gradle / Ivy
The newest version!
package xsbti.compile;
public interface Compilers
{
JavaCompiler javac();
// should be cached by client if desired
ScalaCompiler scalac();
}
package xsbti.compile;
public interface Compilers
{
JavaCompiler javac();
// should be cached by client if desired
ScalaCompiler scalac();
}