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

cc.youchain.codegen.GenerationReporter Maven / Gradle / Ivy

package cc.youchain.codegen;

/**
 * Can be used to provide report about a code generation process.
 */
interface GenerationReporter {
    void report(String msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy