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

xsbti.compile.Compilers Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show 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