All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy