editor.shipit.ICompileConsumer Maven / Gradle / Ivy
package editor.shipit;
/**
*/
public interface ICompileConsumer
{
boolean accept( CompiledClass cc );
}
package editor.shipit;
/**
*/
public interface ICompileConsumer
{
boolean accept( CompiledClass cc );
}