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

org.multiverse.instrumentation.Filer Maven / Gradle / Ivy

package org.multiverse.instrumentation;

/**
 * The Filer is responsible for creating class definitions. It is used as a callback
 * mechanism so other tools that would like to integrate with the Multiverse compiler are
 * able to deal additional classes generated by Multiverse.
 *
 * @author Peter Veentjer
 */
public interface Filer {

    void createClassFile(Clazz clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy