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

com.sageserpent.americium.java.CaseFailureReporting Maven / Gradle / Ivy

package com.sageserpent.americium.java;

@FunctionalInterface
public interface CaseFailureReporting {
    void report(Throwable throwable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy