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

fr.laas.fape.planning.util.Reporter Maven / Gradle / Ivy

package fr.laas.fape.planning.util;


/**
 * Classes implementing a report method that is used for lazy logging.
 */
public interface Reporter {

    String report();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy