Path.java

package io.github.pojotools.flat2pojo.core.engine;

public record Path(String relativePath, String absolutePath) {}