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

org.fisco.bcos.web3j.codegen.GenerationReporter Maven / Gradle / Ivy

package org.fisco.bcos.web3j.codegen;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy