
xsbti.compile.Output Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-interface Show documentation
Show all versions of compiler-interface Show documentation
Incremental compiler of Scala
package xsbti.compile;
/** Abstract interface denoting the output of the compilation. Inheritors are SingleOutput with a global output directory and
* MultipleOutput that specifies the output directory per source file.
*/
public interface Output
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy