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

io.protostuff.generator.ExtensibleStCompilerFactory Maven / Gradle / Ivy

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

import java.util.Collection;

/**
 * StringTemplate-based engines factory.
 *
 * @author Kostiantyn Shchepanovskyi
 */
public interface ExtensibleStCompilerFactory {

    ProtoCompiler create(Collection templates, ExtensionProvider extensionProvider);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy