io.polaris.core.compiler.Compiler Maven / Gradle / Ivy
package io.polaris.core.compiler;
/**
* @author Qt
* @since 1.8
*/
public interface Compiler {
Class> compile(String className, String sourceCode) throws ClassNotFoundException;
}
package io.polaris.core.compiler;
/**
* @author Qt
* @since 1.8
*/
public interface Compiler {
Class> compile(String className, String sourceCode) throws ClassNotFoundException;
}