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

io.virtdata.docsys.metafs.fs.renderfs.api.rendering.TemplateCompiler Maven / Gradle / Ivy

package io.virtdata.docsys.metafs.fs.renderfs.api.rendering;

import java.util.function.Function;

/**
 * A template compiler is any type of transform which knows how
 * to create a renderer from an image of bytes.
 */
public interface TemplateCompiler extends Function {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy