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

com.redhat.ceylon.common.runtime.CeylonModuleClassLoader Maven / Gradle / Ivy

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