com.redhat.ceylon.common.runtime.CeylonModuleClassLoader Maven / Gradle / Ivy
package com.redhat.ceylon.common.runtime;
/**
* This interface is here just so the language module can use a special hook in the ceylon-runtime project
* without having to depend on it, which would be a circular dependency. Otherwise it would belong in the runtime
* project.
*
* @author Stéphane Épardaud
*/
public interface CeylonModuleClassLoader {
public abstract void registerInMetaModel();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy