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

com.github.viclovsky.swagger.coverage.CoverageOutputReader Maven / Gradle / Ivy

package com.github.viclovsky.swagger.coverage;

import java.nio.file.Path;
import java.util.Set;

public interface CoverageOutputReader {

    Set getOutputs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy