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

io.protostuff.compiler.parser.FileReaderFactory Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
package io.protostuff.compiler.parser;

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

/**
 * @author Kostiantyn Shchepanovskyi
 */
public interface FileReaderFactory {

    FileReader create(List includePathList);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy