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

ar.com.system.afip.common.service.ExceptionConverter Maven / Gradle / Ivy

package ar.com.system.afip.common.service;

import javax.annotation.Nullable;
import java.util.concurrent.Callable;

public interface ExceptionConverter {
    @Nullable
     T convert(Callable callback);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy