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

de.dagere.kopeme.runnables.KoPeMeThrowingRunnable Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package de.dagere.kopeme.runnables;

/**
 * This is required since some projects exclude JUnit 4
 * 
 * @author DaGeRe
 *
 */
public interface KoPeMeThrowingRunnable {
   void run() throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy